C data structures
A repository with impleemntations of a bunch of different data structures. Use as you want.
TODO
- Linked list
- Binary Search Tree (BST)
- AVL Tree
- Heap (min/max)
- Map (tree based)
- Hashmap
- Hashset
- Red-Black Tree (Real boss fight)
- Graphs (Hell, how is it working, I'm scared)
Links:
General
Trees
Hash tables
- Introduction & Basic explanations
- Implementation 1
- Introduction for a python addict
- Real good guide on optimization techniques and real good explanation in general
- Basic cuckoo hashing explanation
- Real good cuckoo hashing explanation
Misc
On this page
Languages
C100.0%
Contributors
GNU Affero General Public License v3.0
Created May 29, 2025
Updated March 14, 2026