https://github.com/sebzanardo/binary-puzzle-solver
A program for loading, playing and solving binary puzzles. A mix of a manual and recursive backtracking algorithm to optimise solving speeds.
https://github.com/sebzanardo/binary-puzzle-solver
Last synced: about 1 year ago
JSON representation
A program for loading, playing and solving binary puzzles. A mix of a manual and recursive backtracking algorithm to optimise solving speeds.
- Host: GitHub
- URL: https://github.com/sebzanardo/binary-puzzle-solver
- Owner: SebZanardo
- Created: 2022-10-03T12:30:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T12:31:40.000Z (over 3 years ago)
- Last Synced: 2025-02-07T04:14:15.278Z (over 1 year ago)
- Language: Python
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Binary-Puzzle-Solver
A program for loading, playing and solving binary puzzles. A mix of a manual and recursive backtracking algorithm to optimise solving speeds.