DOC

de.h2b.scala.lib : algolib_2.12

Maven & Gradle

Nov 08, 2016

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.

Table Of Contents

Latest Version

Download de.h2b.scala.lib : algolib_2.12 Javadoc & API Documentation - Latest Versions:

All Versions

Download de.h2b.scala.lib : algolib_2.12 Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file algolib_2.12-0.1.0-javadoc.jar to algolib_2.12-0.1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder algolib_2.12-0.1.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "algolib_2.12-0.1.0-sources.jar" -d "algolib_2.12-0.1.0-javadoc" -subpackages 

Advertisement