Udemy Mastering Data structures and algorithms
Sections 1 - 23
Section 1
- Physical Data structure vs Logical Data structure
Physical
- how it is stored in memory
- examples
- Array
- Matrices
- LinkedList
Logical
- how we visualize it
- examples
- stack
- queues
- trees
- graphs
- hashing
This post is licensed under CC BY 4.0 by the author.