Data Structures and Algorithm Analysis in Java -- Source Code

This page contains source code for the textbook Data Structures and Algorithm Analysis in Java, by Mark Allen Weiss (Addison-Wesley, 1999). The code is parallel to that in the other books of this series. Click on a book cover to get source code in a different language.
Complete Bundle
Packages and Documentation
About This Bundle

Complete Bundle

(go to top)

Global Packages and Documentation

(go to top)
This is the code to accompany
   Data Structures and Algorithm Analysis in Java
   by Mark Allen Weiss

These materials are copyrighted.


The code uses constructs found in JDK 1.1 and some of it will not compile
under JDK 1.0.2. After extracting the files, make sure to update
your CLASSPATH to include the directory in which this code was
extracted. This will allow the DataStructures package
to be seen.

Notes:
  All data structures have a main included for testing.

  The directories:
DataStructures --> The core data structures
Documentation  --> Complete class documentation for book
Miscellaneous  --> Single figures

(go to top)