Week 2
Module 1 - Algorithms
Searching: Linear Search, Binary Search. Sorting: Bubble Sort, Selection Sort, Merge Sort. Asymptotic Notation: \(O\) , \(\Omega\), \(\Theta\). Recursion.
- Lecture
- Demos
- Notes
- Slides
- Source Code
- Video
- Shorts
- Quiz 3
- Lab 3
- Problem Set 3
Module 2 - Memory
Pointers. Segmentation Faults. Dynamic Memory Allocation. Stack. Heap. Buffer Overflow. File I/O. Images.
- Lecture
- Notes
- Slides
- Source Code
- Video
- Shorts
- Quiz 4
- Lab 4
- Problem Set 4