No description
Find a file
2025-11-11 16:51:49 -05:00
lib Fix a very nasty bug 2025-11-11 16:51:49 -05:00
test Failing splayed heap test with duplicate elements 2025-11-11 16:28:59 -05:00
.gitignore Initial commit 2025-10-26 17:55:23 -04:00
dune-project Initial commit 2025-10-26 17:55:23 -04:00
pfds.opam Initial commit 2025-10-26 17:55:23 -04:00
README.org Add README.org 2025-10-26 18:01:19 -04:00

Purely functional data structures in OCaml

Just me trying to implement some of the data structures described in Okasaki's book while simultaneously learning more of OCaml.