TugcaEker / SudokuSolver-AlgorithmComparison

Comparative Approach to solve Sudoku | "Depth-first Search", "Iterative deepening depth-first search" and "Best-first search"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Python based Sudoku Solver / Algorithm Comparison

This repository includes the result of work on the project about Sudoku. On this project following algorithms compared to find most efficient one.

  - Depth-first Search
  - Iterative deepening depth-first search
  - Best-first search

To see report and results of the statistical analysis you can run the .ipynb file on the repository.

About

Comparative Approach to solve Sudoku | "Depth-first Search", "Iterative deepening depth-first search" and "Best-first search"


Languages

Language:Jupyter Notebook 93.7%Language:Python 6.3%