Skip to content

Backtracking Algorithm for Sudoku #4

Description

@andreimesquita

Create an specific AI, based on the Backtracking algorithm, that can play Sudoku.

Backtracking is a brute force algorithm that tries every possible decision. If it fails, it rollback to the last valid state and tries again.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions