https://github.com/firobe/p4
Connect Four min-max algorithm to experiment with hash-consing
https://github.com/firobe/p4
Last synced: over 1 year ago
JSON representation
Connect Four min-max algorithm to experiment with hash-consing
- Host: GitHub
- URL: https://github.com/firobe/p4
- Owner: Firobe
- Created: 2020-05-07T21:26:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T21:26:27.000Z (about 6 years ago)
- Last Synced: 2025-01-22T00:37:16.322Z (over 1 year ago)
- Language: OCaml
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Little side projet to experiment with hash-consing (share values that are structurally equal)
Depends on the [hash-cons library](https://www.lri.fr/~filliatr/ftp/publis/hash-consing2.pdf)
Build and exec with `dune exec ./p4.exe`