Skip to content
#

backtracking

Here are 316 public repositories matching this topic...

Solvaxo is a very fast and efficient sudoku solver. It's based on backtracking algorithm. Backtracking is an algorithmic-technique for solving problems recursively by trying to build a solution incrementally, one piece at a time, removing those solutions that fail to satisfy the constraints of the problem at any point of time.

  • Updated Dec 2, 2020
  • C++

Improve this page

Add a description, image, and links to the backtracking topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the backtracking topic, visit your repo's landing page and select "manage topics."

Learn more