Programming and Data Structures
Notes on C programming and fundamental data structures.
📝 Topics
- C Programming: Pointers, scope, and storage classes.
- Recursion: Recursive calls and stack depth.
- Arrays: Row/Column major mapping.
- Linear Data Structures: Stacks, queues, and linked lists.
- Trees: Properties, traversals, and binary trees.
- Binary Search Trees: AVL and balanced trees.
- Binary Heaps: Min/Max heaps and heapification.
- Graphs: Representation and BFS/DFS.
Back to Core CS