- **Symbol Tables** - [ ] Add `B-Tree` data structures - **Tries** - [x] Add `Binary Trie` - [ ] Add `Radix Tree` - [x] Add `Patricia Tree` - **Heaps** - [x] Add `Binomial Heap` - [x] Add `Fibonacci Heap` - **Symbol Tables** - [x] Add `Hash Table` data structures - **Graphs** - [x] Add `Graph` data structures - **Spatial** - [ ] Add `Range Tree` - [ ] Add `Segment Tree` - [ ] Add `Interval Tree` - [ ] Add `Quadtree` - [ ] Add `Octree` - [ ] Add `k-d Tree` - [ ] Add `R-Tree` data structures
B-Treedata structuresBinary TrieRadix TreePatricia TreeBinomial HeapFibonacci HeapHash Tabledata structuresGraphdata structuresRange TreeSegment TreeInterval TreeQuadtreeOctreek-d TreeR-Treedata structures