- Read base case puzzle in from text file
- Display board before solution is implemented
- Back tracking algorithm that solves the base case puzzle
This project has been created for two purposes:
- Practice Python Coding
- Learn the Back Tracking Algorithm
There are plenty of solutions which are much more efficient out there. I'm just using this as a learning opportunity.