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

https://github.com/unixjunkie/interval-tree

tree for float intervals
https://github.com/unixjunkie/interval-tree

interval-tree ocaml-library

Last synced: about 1 year ago
JSON representation

tree for float intervals

Awesome Lists containing this project

README

          

to compile:
make

to use in the toplevel:
#use "interval_tree.ml";;

You may wish to uncomment the tests at the end of interval_tree.ml
when playing in the toplevel.