> For the complete documentation index, see [llms.txt](https://cs2040s.devanshshah.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cs2040s.devanshshah.dev/data-structures.md).

# Data Structures

- [Binary Search Tree](https://cs2040s.devanshshah.dev/data-structures/binary-search-tree.md)
- [Trie](https://cs2040s.devanshshah.dev/data-structures/trie.md)
- [Hash (Symbol) Table](https://cs2040s.devanshshah.dev/data-structures/hash-symbol-table.md)
- [(a, b)-Trees](https://cs2040s.devanshshah.dev/data-structures/a-b-trees.md)
- [(k, d)-Trees](https://cs2040s.devanshshah.dev/data-structures/k-d-trees.md)
- [Heap](https://cs2040s.devanshshah.dev/data-structures/heap.md)
