An implementation in OCaml of Kaplan & Tarjan's purely functional worst-case O(1) catenable deques
Go to file
Georges Dupéron 41c6f78bc0 Created project structure
Makefile
.travis.yml
Empty .ml
For now the .mli is auto-generated
2018-07-30 01:05:51 +02:00
.gitignore Created project structure 2018-07-30 01:05:51 +02:00
.travis.yml Created project structure 2018-07-30 01:05:51 +02:00
deques.ml Created project structure 2018-07-30 01:05:51 +02:00
LICENSE.txt Added license (CC0) 2018-07-30 00:51:19 +02:00
Makefile Created project structure 2018-07-30 01:05:51 +02:00