Crates.io | backtracking |
lib.rs | backtracking |
version | 0.1.0 |
source | src |
created_at | 2022-10-27 06:33:29.168842 |
updated_at | 2022-10-27 06:33:29.168842 |
description | Iterate over Solutions using backtracking |
homepage | |
repository | https://github.com/pacman82/backtracking |
max_upload_size | |
id | 698937 |
size | 23,979 |
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.