Skip to content

kunigami/ocaml-data-structures

Repository files navigation

Data Structures in OCaml

This project contains implementations of a few data structures in OCaml. Most of them are from the amazing Purely Functional Data Structures by Chris Okasaki.

The book describes several implementations of common data structures (lists, queues, heaps) as examples to concepts and techniques to work with persistent data structures in a purely functional paradigm.

The implementations are in Standard ML, so converting to OCaml is trivial. I'm just doing this for learning purposes.

About

Implementation of data structures in OCaml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published