Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 259 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 259 Bytes

CPlayground

A repository for me to try out various popular algorithms on my own. All the algorithms will be done in C and run using makefile.

Algorithms to Try

  • Conway's Game of Life
  • Dijkstra Shortest Path
  • Minimax