22202956
optimised successors function for sudoku to use the most complete row, column or sub-square Added helper functions for selecting next position to solve for sudoku Heuristics for Sudoku updated and tested for A*, works but slow, 30 seconds
Showing
- Search_Algorithms/Heuristics.py 4 additions, 15 deletionsSearch_Algorithms/Heuristics.py
- Search_Algorithms/Search_Algorithms.py 0 additions, 1 deletionSearch_Algorithms/Search_Algorithms.py
- Search_Algorithms/Sucessors.py 90 additions, 44 deletionsSearch_Algorithms/Sucessors.py
- Search_Algorithms/solution testing.py 39 additions, 30 deletionsSearch_Algorithms/solution testing.py
Loading
Please register or sign in to comment