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
- Host: GitHub
- URL: https://github.com/unixjunkie/interval-tree
- Owner: UnixJunkie
- License: other
- Created: 2012-02-15T01:18:40.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T06:08:47.000Z (over 3 years ago)
- Last Synced: 2025-03-27T19:23:31.827Z (about 1 year ago)
- Topics: interval-tree, ocaml-library
- Language: OCaml
- Homepage:
- Size: 85.9 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
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.