https://github.com/pacman82/backtracking
https://github.com/pacman82/backtracking
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pacman82/backtracking
- Owner: pacman82
- License: mit
- Created: 2022-10-16T16:24:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T12:37:34.000Z (over 2 years ago)
- Last Synced: 2025-02-01T20:14:31.473Z (11 months ago)
- Language: Rust
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Backtracking
Generic implementation of backtracking together with some examples. This came out of a code dojo
session with some of my colleagues (). I found it
neat enough to put it into its own repostiory.