https://github.com/basthomas/branch-and-bound
Exploring the branch and bound algorithm through 15-puzzle.
https://github.com/basthomas/branch-and-bound
Last synced: about 1 year ago
JSON representation
Exploring the branch and bound algorithm through 15-puzzle.
- Host: GitHub
- URL: https://github.com/basthomas/branch-and-bound
- Owner: BasThomas
- Created: 2019-01-28T06:44:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T19:40:04.000Z (about 7 years ago)
- Last Synced: 2025-02-01T12:26:58.282Z (over 1 year ago)
- Language: Swift
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# branch-and-bound
Exploring the branch and bound algorithm through 15-puzzle.