Skip to content

rusio/dbt-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbt-solver

A dumb, but tough puzzle solver.

A generic puzzle solver that can solve all kinds of puzzles where starting from an initial situation you have to do various moves in order to reach a final situation which solves the puzzle. The solver models the situations as nodes in a graph and uses brute-force breadth-first search to find the solution with the shortest distance from the initial situation.

About

A dumb, but tough puzzle solver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published