Some implementations of common data structures and algorithms using the C programming language.
Mostly for (my own) educational purposes :D
- Quicksort
- Binary Search
- Insertion Sort
- TODO: Linked List
- TODO: Doubly Linked List
- TODO: Stack
- TODO: Queue
- TODO: Hashmap
- TODO: Binary Tree
- TODO: Balanced Binary Tree