Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/isarn/isarn-collections
- Owner: isarn
- License: apache-2.0
- Created: 2016-09-27T01:58:49.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-08-06T22:21:22.000Z (over 6 years ago)
- Last Synced: 2024-06-11T20:20:36.634Z (5 months ago)
- Topics: algorithm, algorithms, balanced-tree, binary-tree, nearest-neighbor, nearest-neighbor-search, prefix-sum, red-black-tree, scala, scala-collections
- Language: Scala
- Size: 475 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```