backtracking 0.1.0

Iterate over Solutions using backtracking
Documentation
  • Coverage
  • 52.63%
    10 out of 19 items documented0 out of 13 items with examples
  • Size
  • Source code size: 23.51 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.5 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • pacman82/backtracking
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • pacman82

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.