implement solver

This commit is contained in:
2026-05-19 07:10:38 -07:00
parent 50cf2f3750
commit 1de633adb3
4 changed files with 77 additions and 55 deletions
+4
View File
@@ -601,6 +601,10 @@ impl Iterator for KlondikeIter {
instruction
}
}
#[test]
fn test_klondike_iter() {
assert_eq!(KlondikeIter::new().count(), 721);
}
#[derive(Clone, Debug, Eq, Hash, PartialEq)]
pub struct Klondike {