algo-p1/lectures/week0/Algorithms Part I 0.0 Course Introduction (922) ✐ Quiz Attempted.mp4 |
42.2 MB |
algo-p1/lectures/week1/01-union-find/Algorithms Part I 1.0 Dynamic Connectivity (1022) ✐ Quiz Attempted.mp4 |
16 MB |
algo-p1/lectures/week1/01-union-find/Algorithms Part I 1.1 Quick Find (1018) ✐ Quiz Attempted.mp4 |
19.4 MB |
algo-p1/lectures/week1/01-union-find/Algorithms Part I 1.2 Quick Union (750) ✐ Quiz Attempted.mp4 |
11 MB |
algo-p1/lectures/week1/01-union-find/Algorithms Part I 1.3 Quick-Union Improvements (1302) ✐ Quiz Attempted.mp4 |
60.3 MB |
algo-p1/lectures/week1/01-union-find/Algorithms Part I 1.4 Union-Find Applications (922).mp4 |
19.8 MB |
algo-p1/lectures/week1/02-analysis-of-algorithms/Algorithms Part I 2.0 Analysis of Algorithms Introduction (814) ✐ Quiz Attempted.mp4 |
13.4 MB |
algo-p1/lectures/week1/02-analysis-of-algorithms/Algorithms Part I 2.1 Observations (1005) ✐ Quiz Attempted.mp4 |
14.4 MB |
algo-p1/lectures/week1/02-analysis-of-algorithms/Algorithms Part I 2.2 Mathematical Models (1248) ✐ Quiz Attempted.mp4 |
19.7 MB |
algo-p1/lectures/week1/02-analysis-of-algorithms/Algorithms Part I 2.3 Order-of-Growth Classifications (1439) ✐ Quiz Attempted.mp4 |
19.4 MB |
algo-p1/lectures/week1/02-analysis-of-algorithms/Algorithms Part I 2.4 Theory of Algorithms (1135).mp4 |
19 MB |
algo-p1/lectures/week1/02-analysis-of-algorithms/Algorithms Part I 2.5 Memory (811).mp4 |
12.3 MB |
algo-p1/lectures/week2/01-stacks-and-queues/Algorithms Part I 3.0 Stacks (1624).mp4 |
25.3 MB |
algo-p1/lectures/week2/01-stacks-and-queues/Algorithms Part I 3.1 Resizing Arrays (956).mp4 |
16.3 MB |
algo-p1/lectures/week2/01-stacks-and-queues/Algorithms Part I 3.2 Queues (433).mp4 |
7.8 MB |
algo-p1/lectures/week2/01-stacks-and-queues/Algorithms Part I 3.3 Generics (926).mp4 |
15.4 MB |
algo-p1/lectures/week2/01-stacks-and-queues/Algorithms Part I 3.4 Iterators (716).mp4 |
11.1 MB |
algo-p1/lectures/week2/01-stacks-and-queues/Algorithms Part I 3.5 Stack and Queue Applications (1325) (optional).mp4 |
55.5 MB |
algo-p1/lectures/week2/02-elementary-sorts/Algorithms Part I 4.0 Sorting Introduction (1443).mp4 |
40.6 MB |
algo-p1/lectures/week2/02-elementary-sorts/Algorithms Part I 4.1 Selection Sort (659).mp4 |
10.2 MB |
algo-p1/lectures/week2/02-elementary-sorts/Algorithms Part I 4.2 Insertion Sort (928).mp4 |
14.1 MB |
algo-p1/lectures/week2/02-elementary-sorts/Algorithms Part I 4.3 Shellsort (1048).mp4 |
25.5 MB |
algo-p1/lectures/week2/02-elementary-sorts/Algorithms Part I 4.4 Shuffling (739).mp4 |
11.6 MB |
algo-p1/lectures/week2/02-elementary-sorts/Algorithms Part I 4.5 Convex Hull (1350).mp4 |
44 MB |
algo-p1/lectures/week3/01-mergesort/Algorithms Part I 5.0 Mergesort (2354).mp4 |
67.5 MB |
algo-p1/lectures/week3/01-mergesort/Algorithms Part I 5.1 Bottom-up Mergesort (320).mp4 |
5.4 MB |
algo-p1/lectures/week3/01-mergesort/Algorithms Part I 5.2 Sorting Complexity (905).mp4 |
13.8 MB |
algo-p1/lectures/week3/01-mergesort/Algorithms Part I 5.3 Comparators (643).mp4 |
18.8 MB |
algo-p1/lectures/week3/01-mergesort/Algorithms Part I 5.4 Stability (539).mp4 |
8.7 MB |
algo-p1/lectures/week3/02-quicksort/Algorithms Part I 6.0 Quicksort (1933).mp4 |
28.6 MB |
algo-p1/lectures/week3/02-quicksort/Algorithms Part I 6.1 Selection (708).mp4 |
27.5 MB |
algo-p1/lectures/week3/02-quicksort/Algorithms Part I 6.2 Duplicate Keys (1125).mp4 |
18 MB |
algo-p1/lectures/week3/02-quicksort/Algorithms Part I 6.3 System Sorts (1150).mp4 |
19 MB |
algo-p1/lectures/week4/01-priority-queues/Algorithms Part I 7.0 APIs and Elementary Implementations (1252).mp4 |
19.9 MB |
algo-p1/lectures/week4/01-priority-queues/Algorithms Part I 7.1 Binary Heaps (2336).mp4 |
33.4 MB |
algo-p1/lectures/week4/01-priority-queues/Algorithms Part I 7.2 Heapsort (1429).mp4 |
20.5 MB |
algo-p1/lectures/week4/01-priority-queues/Algorithms Part I 7.3 Event-Driven Simulation (2238) (optional).mp4 |
38.6 MB |
algo-p1/lectures/week4/02-elementary-symbol-tables/Algorithms Part I 8.0 Symbol Table API (2130).mp4 |
32.6 MB |
algo-p1/lectures/week4/02-elementary-symbol-tables/Algorithms Part I 8.1 Elementary Implementations (903).mp4 |
12.9 MB |
algo-p1/lectures/week4/02-elementary-symbol-tables/Algorithms Part I 8.2 Ordered Operations (626).mp4 |
17.2 MB |
algo-p1/lectures/week4/02-elementary-symbol-tables/Algorithms Part I 8.3 Binary Search Trees (1956).mp4 |
52 MB |
algo-p1/lectures/week4/02-elementary-symbol-tables/Algorithms Part I 8.4 Ordered Operations in BSTs (1031).mp4 |
24.3 MB |
algo-p1/lectures/week4/02-elementary-symbol-tables/Algorithms Part I 8.5 Deletion in BSTs (952).mp4 |
33.2 MB |
algo-p1/lectures/week5/01-balanced-search-tree/Algorithms Part I 9.0 2-3 Search Trees (1655).mp4 |
25 MB |
algo-p1/lectures/week5/01-balanced-search-tree/Algorithms Part I 9.1 Red-Black BSTs (3530).mp4 |
52.7 MB |
algo-p1/lectures/week5/01-balanced-search-tree/Algorithms Part I 9.2 B-Trees (1036) (optional).mp4 |
42.9 MB |
algo-p1/lectures/week5/02-geometric-applications-of-BSTs/Algorithms Part I 10.0 1d Range Search (851).mp4 |
12.2 MB |
algo-p1/lectures/week5/02-geometric-applications-of-BSTs/Algorithms Part I 10.1 Line Segment Intersection (546).mp4 |
18 MB |
algo-p1/lectures/week5/02-geometric-applications-of-BSTs/Algorithms Part I 10.2 Kd-Trees (2907).mp4 |
125.1 MB |
algo-p1/lectures/week5/02-geometric-applications-of-BSTs/Algorithms Part I 10.3 Interval Search Trees (1347).mp4 |
45.4 MB |
algo-p1/lectures/week5/02-geometric-applications-of-BSTs/Algorithms Part I 10.4 Rectangle Intersection (810).mp4 |
27.4 MB |
algo-p1/lectures/week6/01-hashtables/Algorithms Part I 11.0 Hash Functions (1813).mp4 |
49.7 MB |
algo-p1/lectures/week6/01-hashtables/Algorithms Part I 11.1 Separate Chaining (728).mp4 |
10.3 MB |
algo-p1/lectures/week6/01-hashtables/Algorithms Part I 11.2 Linear Probing (1437).mp4 |
20.3 MB |
algo-p1/lectures/week6/01-hashtables/Algorithms Part I 11.3 Hash Table Context (1009).mp4 |
14.4 MB |
algo-p1/lectures/week6/01-hashtables/Algorithms Part I 11.4 Symbol Table Applications Sets (504) (optional).mp4 |
16.3 MB |
algo-p1/lectures/week6/01-hashtables/Algorithms Part I 11.5 Symbol Table Applications Dictionary Clients (540) (optional).mp4 |
15.3 MB |
algo-p1/lectures/week6/01-hashtables/Algorithms Part I 11.6 Symbol Table Applications Indexing Clients (857) (optional).mp4 |
24.6 MB |
algo-p1/lectures/week6/01-hashtables/Algorithms Part I 11.7 Symbol Table Applications Sparse Vectors (741) (optional).mp4 |
11.2 MB |
algo-p1/programming-assignments/8puzzle-game-tree.png |
55 KB |
algo-p1/programming-assignments/8puzzle.html |
12 KB |
algo-p1/programming-assignments/collinear.html |
12 KB |
algo-p1/programming-assignments/kdtree-insert1.png |
570 B |
algo-p1/programming-assignments/kdtree-insert2.png |
651 B |
algo-p1/programming-assignments/kdtree-insert3.png |
756 B |
algo-p1/programming-assignments/kdtree-insert4.png |
896 B |
algo-p1/programming-assignments/kdtree-insert5.png |
984 B |
algo-p1/programming-assignments/kdtree-ops.png |
31 KB |
algo-p1/programming-assignments/kdtree.html |
14 KB |
algo-p1/programming-assignments/kdtree1.png |
3 KB |
algo-p1/programming-assignments/kdtree2.png |
5 KB |
algo-p1/programming-assignments/kdtree3.png |
7 KB |
algo-p1/programming-assignments/kdtree4.png |
8 KB |
algo-p1/programming-assignments/kdtree5.png |
9 KB |
algo-p1/programming-assignments/lines1.png |
17 KB |
algo-p1/programming-assignments/lines2.png |
6 KB |
algo-p1/programming-assignments/percolates.png |
26 KB |
algo-p1/programming-assignments/percolation-100.png |
3 KB |
algo-p1/programming-assignments/percolation-150.png |
3 KB |
algo-p1/programming-assignments/percolation-204.png |
4 KB |
algo-p1/programming-assignments/percolation-50.png |
2 KB |
algo-p1/programming-assignments/percolation-confidence.png |
943 B |
algo-p1/programming-assignments/percolation-stats.png |
4 KB |
algo-p1/programming-assignments/percolation-threshold100.png |
20 KB |
algo-p1/programming-assignments/percolation-threshold20.png |
20 KB |
algo-p1/programming-assignments/percolation.html |
13 KB |
algo-p1/programming-assignments/queues.html |
9 KB |
algo-p1/programming-assignments/README.txt |
139 B |
algo-p1/programming-assignments/RectHV.png |
26 KB |