Skip to content

Backtracking Algorithm for Sudoku #4

@andreimesquita

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions