Last Version

Algolib 0.1.0

This is a Scala library of essential algorithms. It starts with a Scala adaptation of some algorithms from the book Algorithms 4 by R. Sedgewick and K. Wayne. Further adaptations from this book will be added from time to time. Other algorithms may go into this library as well.

License

License

Categories

Categories

Scala Languages H2 Data Databases
GroupId

GroupId

de.h2b.scala.lib
ArtifactId

ArtifactId

algolib_2.12
Version

Version

0.1.0
Type

Type

jar
Description

Description

Algolib
This is a Scala library of essential algorithms. It starts with a Scala adaptation of some algorithms from the book Algorithms 4 by R. Sedgewick and K. Wayne. Further adaptations from this book will be added from time to time. Other algorithms may go into this library as well.
Project URL

Project URL

http://h2b.de
Project Organization

Project Organization

private

Download algolib_2.12 0.1.0


<!-- https://jarcasting.com/artifacts/de.h2b.scala.lib/algolib_2.12/ -->
<dependency>
    <groupId>de.h2b.scala.lib</groupId>
    <artifactId>algolib_2.12</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.h2b.scala.lib/algolib_2.12/
implementation 'de.h2b.scala.lib:algolib_2.12:0.1.0'
// https://jarcasting.com/artifacts/de.h2b.scala.lib/algolib_2.12/
implementation ("de.h2b.scala.lib:algolib_2.12:0.1.0")
'de.h2b.scala.lib:algolib_2.12:jar:0.1.0'
<dependency org="de.h2b.scala.lib" name="algolib_2.12" rev="0.1.0">
  <artifact name="algolib_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.h2b.scala.lib', module='algolib_2.12', version='0.1.0')
)
libraryDependencies += "de.h2b.scala.lib" % "algolib_2.12" % "0.1.0"
[de.h2b.scala.lib/algolib_2.12 "0.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.0
de.h2b.scala.lib : utilib_2.12 jar 0.3.0

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.