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

https://github.com/lukehb/137-datastructures

Data structures used for building java applications, particularly data-mining projects.
https://github.com/lukehb/137-datastructures

data-structures file java spatio-temporal trajectory

Last synced: 8 months ago
JSON representation

Data structures used for building java applications, particularly data-mining projects.

Awesome Lists containing this project

README

          

# 137-datastructures
A module for [TrajSuite](https://github.com/lukehb/TrajSuite).

Data structures used for building java applications, particularly data-mining projects.

Latest binary:
[ ![Download](https://api.bintray.com/packages/lukehb/137-datastructures/137-datastructures/images/download.svg) ](https://bintray.com/lukehb/137-datastructures/137-datastructures/_latestVersion)

To include in your gradle project use:

```groovy
repositories {
maven{url 'https://dl.bintray.com/lukehb/137-datastructures'} //hosted on bintray
}

dependencies {
compile 'onethreeseven:datastructures:0.0.3'
}
```