data_structures_and_algorithms__lecture_notes
data_structures_and_algorithms__lecture_notes
- Linked Lists: Dynamic size, O(n) search, O(1) insertion/deletion (with pointer).
3. Trees
4. Hash Tables
5. Graphs
- Representations: Adjacency list/matrix.