Status: [90%]
Java API for your Eight Queens Application!
Here're some of the project's best features:
- Single Responsiblity Principle
- Row checker
- Diagonal checker
- Column checker
Things to do:
- Document some pieces of code
- Provide board places heuristic (not the most optimal solution, but it might be required)
- Change implementation by interfaces (more extensible)