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

https://github.com/zmactep/range_tree

Simple range tree implementation with fractional cascading optimization on Scala. GUI uses ScalaFX.
https://github.com/zmactep/range_tree

Last synced: about 1 year ago
JSON representation

Simple range tree implementation with fractional cascading optimization on Scala. GUI uses ScalaFX.

Awesome Lists containing this project

README

          

range_tree
==========

Simple range tree implementation with fractional cascading optimization on Scala. GUI uses ScalaFX.

Just run:

```
mvn clean package
java -jar target/range_tree-1.0-SNAPSHOT.jar
```