There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Calculates a solution for the unblockme mobile game by building up a graph that contains the adjacency relations between states, and then finds the shortest path from the initial state to the solution state using the Boost graph library.