com.jonlandrum.collections
This is a collection of collections. Starting with the most basic
collections, Binary Search Trees, this git
repository will eventually house more esoteric collections as I
add them.
The git
repository can be found here:
com.jonlandrum.collections
on GitHub
,
and the project files are hosted on the Maven Central Repository:
com.jonlandrum.collections
in the Maven Central Repository
.
To add the dependency to your project, include the dependency in
your pom.xml
file:
<dependency>
<groupId>com.jonlandrum</groupId>
<artifactId>collections</artifactId>
<version>1.0</version>
</dependency>