Sudoku Solver in collaboration with https://github.com/ARNAUDPINTA/
To compile, use 'make re'.
Concepts covered:
- Linked lists
- Algorithms
- Advanced parsing
To run the program:
- ./sudoki-bi < ../samples/test.txt
- ./sudoki-bi < ../samples/test1.txt
It's possible to create your own Sudoku puzzles by following the examples in the test.txt files.