Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 574 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 574 Bytes

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.

Algortihms implemented:

  • Heapsort
  • Quicksort(Lomuto and Hoare partitioning)
  • Quicksort(Randomized)
  • Counting sort
  • Randomized Select

Data structures implementation:

  • Stack
  • Queue
  • Linked list
  • Red Black Tree