Datastructures and Algorithms

Implementations of the most popular data structures and algorithms

License

License

GroupId

GroupId

io.github.mihaijulien
ArtifactId

ArtifactId

ds-and-algo
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Datastructures and Algorithms
Implementations of the most popular data structures and algorithms
Project URL

Project URL

https://github.com/mihaijulien/datastructures-algorithms
Source Code Management

Source Code Management

https://github.com/mihaijulien/datastructures-algorithms

Download ds-and-algo

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.mihaijulien/ds-and-algo/ -->
<dependency>
    <groupId>io.github.mihaijulien</groupId>
    <artifactId>ds-and-algo</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mihaijulien/ds-and-algo/
implementation 'io.github.mihaijulien:ds-and-algo:2.1.0'
// https://jarcasting.com/artifacts/io.github.mihaijulien/ds-and-algo/
implementation ("io.github.mihaijulien:ds-and-algo:2.1.0")
'io.github.mihaijulien:ds-and-algo:jar:2.1.0'
<dependency org="io.github.mihaijulien" name="ds-and-algo" rev="2.1.0">
  <artifact name="ds-and-algo" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mihaijulien', module='ds-and-algo', version='2.1.0')
)
libraryDependencies += "io.github.mihaijulien" % "ds-and-algo" % "2.1.0"
[io.github.mihaijulien/ds-and-algo "2.1.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.0
2.0.0
1.0.0