Open Algo:Library of useful algorithms

This project was born out of a need to use combinatorics, factoradics, permutations, Base-N number system API's. Google guava and few open-source libraries provide support of permutations at very basic level

License

License

GroupId

GroupId

io.github.deepeshpatel
ArtifactId

ArtifactId

OpenAlgo
Last Version

Last Version

1.0.2-testing
Release Date

Release Date

Type

Type

jar
Description

Description

Open Algo:Library of useful algorithms
This project was born out of a need to use combinatorics, factoradics, permutations, Base-N number system API's. Google guava and few open-source libraries provide support of permutations at very basic level

Download OpenAlgo

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2-testing
1.0.1