An open API service indexing awesome lists of open source software.

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

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`