I have made this repository to write a program in Clojure to solve an unsolved sudoku.
- The program should be able to solve a sudoku puzzle.
- The program should be able to report if a puzzle is not solvable.
- Try to improve the speed of the code(Go from able to solve to solve it fast).
- Test the code thoroughly.