Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 544 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 544 Bytes

Simple command line projects in C:

  • Tic-Tac-Toe - A computer Tic-Tac-Toe player. No algorithms used, simply written using too many if statements.
  • Sudoku solver - A program to solve Sudoku puzzles. Used back-tracking.
  • Scientific Calculator - An advanced scientific calculator with a purely text based interface.