Voulgaris-Sot / peg-solitaire

DFS solver for peg solitaire

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 100.0%