Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 2.63 KB

DataStructuresCheetSheet.md

File metadata and controls

27 lines (23 loc) · 2.63 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

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.