Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 354 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 354 Bytes

intervall-tree

This project provides an implementation of an interval tree, following the explanation from CLR.

Build

mvn -B package

Release

mvn release:prepare
mvn release:perform

Authors

Danny Yoo

License

see LICENSE file.