Skip to content

Voulgaris-Sot/peg-solitaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Peg solitaire

A solver for the game Peg Solitaire written in C. The solver uses dfs to search the game tree and prints the first solution it finds, but is inneficient because it does not remember the game boards it has already seen and analyzed. Still the game tree is not so big and a solution is found relatively fast.

About

DFS solver for peg solitaire

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages