My Take on UCSD's Basic Data Structures course (CSE 12)

| Week | Topic |
|---|---|
| 1 | C++, Java, and Basic Runtime Analysis |
| 2 | ArrayLists and Vectors |
| 3 | Stacks and Queues |
| 4 | LinkedLists |
| 5 | Introduction to Hashing + Midterm |
| 6 | Binary Search Trees |
| 7 | Rebalancing BSTs |
| 8 | Heaps and Priority Queues + Midterm |
| 9 | How to Use Other People’s Code (Introduction to Standard Libraries) |
| 10 | Review |