Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 479 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 479 Bytes

KlondikeSolver-Old

(old version) Klondike Solitaire solver to find minimal solutions using IDA.

Link to new solver https://github.com/ShootMe/Klondike-Solver

Updates in new solver: Fixed a few minor issues that caused sub optimal solutions. Ability to solve Klondike variants with any draw count (most common are 1 and 3). Uses slightly less ram and performs slightly faster. Added a "fast" solve method that works quicker to solve a deal, but not optimal.