Skip to content

Does not solve all puzzles #1

Description

@david-pfx

Your solution uses 3 algorithms. For each row and column:

  • If a number can only go in one place it must go there
  • If only one number can go in a place it must go there
  • If two numbers can only go in two places they cannot go anywhere else.

These algorithms are not enough to solve puzzle 5-14 (and others) in Cross Set Infinity.

A stronger algorithm is needed, possibly guess and backtrack?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions