kunigami / ocaml-data-structures

Implementation of data structures in OCaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:OCaml 92.8%Language:Makefile 5.4%Language:Standard ML 1.8%