Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 3.27 KB

DataStructuresCheatSheet.md

File metadata and controls

40 lines (29 loc) · 3.27 KB

Data Structures Cheat 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! and the last part practice and practice

Big O Efficiency

Segment Tree

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.

3. [“Problem Solving with Algorithms and Data Structures using Python” By Brad Miller and David Ranum, Luther College.] (https://interactivepython.org/runestone/static/pythonds/index.html)