net.datastructures
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:
-
You can use the net.datastructures Package for personal, educational, and
research purposes.
-
You can distribute the net.datastructures Package freely.
-
You are not allowed to incorporate the net.datastructures Package or its
documentation into a commercial product.
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