Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 281 Bytes

File metadata and controls

16 lines (12 loc) · 281 Bytes

Data Structures and Algorithms

My answers to the labs for a course I took on data structures and algorithms.

Some of the things I implemented:

  • Mergesort
  • Quicksort
  • Hash Table
  • Binary search tree
  • Red-black tree
  • Graph
  • Queue
  • Linked list

All are implemented in C.