-
Data structures by mycodeschoolPre-requisite for this lesson is good understanding of pointers in C.
-
Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein
-
Competitive Programming 3 by Steven Halim and Felix Halim
-
Competitive Programmers Hand Book Beginner friendly hand book for competitive programmers.
-
Master the Coding Interview: Big Tech (FAANG) Interviews Course by Andrei and his team.
-
Common Python Data Structures Data structures are the fundamental constructs around which you build your programs. Each data structure provides a particular way of organizing data so it can be accessed efficiently, depending on your use case. Python ships with an extensive set of data structures in its standard library.