1 unstable release
0.1.0 | Oct 27, 2022 |
---|
#21 in #iterate
9KB
70 lines
Backtracking
Generic implementation of backtracking together with some examples. This came out of a code dojo session with some of my colleagues (https://github.com/pacman82/cobra-kai-code-dojo). I found it neat enough to put it into its own repostiory.
lib.rs
:
Find solutions with backtracking.