Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 363 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 363 Bytes

algorithms

Recreation of common algorithms in pure C

Plans

Data Structures

  • Linked list
  • Queue and Stack
  • Binary Heap
  • Graph
  • Hash Table
  • Search Trees

Algorithms

  • Binary search
  • Binary heap sort
  • Quick sort
  • DFS and BFS
  • Shortest path search
  • Hashing algorithms
  • String algorithms