This repository contains implementations of algortihms and data structures in C from the book Introduction to Algorithms, by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest and Clifford Stein. This repository is maintained by Gealber Morales Basalo. In case of any error please contact me with no problem.
- Heapsort
- Quicksort(Lomuto and Hoare partitioning)
- Quicksort(Randomized)
- Counting sort
- Randomized Select
- Stack
- Queue
- Linked list
- Red Black Tree