net.datastructures


[ Home ] [ Documentation ] [ Download ] [ License ] [ Team ]

Download

The net.datastructures Package is licensed free of charge to anyone for noncommercial use. Please note the following terms of the The net.datastructures Package license:

Download JAR File

Include this file in your class path and you should be all set.

Download ZIP Archive with Selected Source Files

Selected source files are available for general use.

Download ZIP Archive with All Source Files

A zip archive containing all the source files is available to registered instructors.

Instructions

All classes are within the Java package net.datastructures. To use the DFS class, for example, you would add the line "import net.datastructures.DFS;" at the top of your code, or simply refer to net.datastructures.DFS throughout your code. Alternatively, you can also put the line "import net.datastructures.*;" at the top of your code to import the entire package.
Last modified: March 30, 2014
Questions or comments: java@datastructures.net