Skip to content

rwgk/peg_solitaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

peg_solitaire

Peg Solitaire Solver - Just For Fun

https://en.wikipedia.org/wiki/Peg_solitaire

Python and C++ algorithms to solve the English Peg Solitaire. Code is rough. It's just a fun project.

clang++ -O2 -Wall -std=c++11 dfs_core.cc a.out 3 2 0 > log_core_320

python dfs_proto.py 3 2 100

This shows that the Wikipedia solution is not symmetry-equivalent.

python dfs_proto.py 3 2 200 | grep MATCH

About

Peg Solitaire Solver - Just For Fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published