The Data Structures Library in Java

Contents of JDSL Release 2.1

The root directory of the JDSL distribution contains the following items:

index.html This file.
license.txtThe terms of the license under which you may use JDSL.
installhelp.htmlDetails on how to set up your environment to use JDSL.
revision-history.htmlDetails on the changes made between releases.
lib/Compiled Java code for JDSL, in a JAR file. You should cause your Java virtual machine to look here for JDSL code to compile against (set your CLASSPATH to point to this JAR file).
src/The source code for JDSL, as a directory hierarchy.
overview/A paper describing the purpose, features, interfaces, and classes of JDSL, in PDF.
doc/Detailed description of the programmer's interface to JDSL, in Javadoc format. You should start with index.html.
tutorial/A few short examples of JDSL concepts and style. You should start with tutorial.html.

For more information about JDSL, please refer to the JDSL webpage.