An open API service indexing awesome lists of open source software.

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.

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.