Datastructures as taught in 6.006
-
Sequences
- Dynamic Array
- Linked List
- Static Array
-
Sets
- Sorted Array
-
Queues
- Normal Queue
- Priority Queue (Max)
- Min Priority Queue
-
Stacks
-
Heaps
- Min Heap
- Max Heap
-
Trees
- AVL Trees
- Binary Tree (Sequence Tree)
- Binary Search Tree (Set Tree)
-
Union Find
-
Hash Tables
- Double Hashing
- Separate Chaining
-
Graphs
- 6.006
- 6.006 Fall 2011
- William Fiset