Basic Data Structures

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


Project maintained by nate-browne Hosted on GitHub Pages — Theme by mattgraham

Schedule

kd tree

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

back