Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/isarn/isarn-collections

Collections and related data structures
https://github.com/isarn/isarn-collections

algorithm algorithms balanced-tree binary-tree nearest-neighbor nearest-neighbor-search prefix-sum red-black-tree scala scala-collections

Last synced: 7 days ago
JSON representation

Collections and related data structures

Awesome Lists containing this project

README

        

# isarn-collections
Collections and related data structures

### API documentation
https://isarn.github.io/isarn-collections/latest/api/

### How to use in your project

``` scala
libraryDependencies += "org.isarnproject" %% "isarn-collections" % "0.0.4"
```

This package compiles against `% Provided` dependencies:

```scala
libraryDependencies += "org.isarnproject" %% "isarn-algebra-api" % "0.0.3"
```

To use with Algebird, the following deps may be included:

```scala
libraryDependencies += "org.isarnproject" %% "isarn-algebird-algebra-api" % "0.0.4"
libraryDependencies += "com.twitter" %% "algebird-core" % "0.13.4"
```