Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 2.58 KB

DataStructuresCheetSheet.md

File metadata and controls

25 lines (22 loc) · 2.58 KB

Data Structures Cheet Sheet

Best way to learn any data structure is to read about it first, understand it and then dive into solving problems using that data structure!

Refrences to some nice book (Free .pdf FILE) of Data Structure :

1. "Data Structures and Algorithms Made Easy: Data Structures and Algorithmic Puzzles” by Narasimha Karumanchi.

2. “Introduction to Algorithms” by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein.