Skip to content

Various algorithms to solve binary puzzles.

License

Notifications You must be signed in to change notification settings

bkoelman/BinaryPuzzleSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinaryPuzzleSolver

A solver for binary puzzles, written in C#. Runs on .NET Core v1.1.

Features:

  • Reading and writing puzzles in Excel xml format. Each such file contains the puzzle on the first worksheet and the answer on the second.
  • Both a ruleset-based and brute-force solver are available.
  • The project contains 2000 puzzles to play with, apart from the puzzles used in unit tests.

Example:

alt text

About

Various algorithms to solve binary puzzles.

Resources

License

Stars

Watchers

Forks