Data Structures, Algorithms, & Applications in Java
Using The Codes
Downloading
-
Download the zip file into a directory (say) c:\codes.
-
Unzip the zip file you have downloaded.
This will
create subdirectories c:\codes\dataStructures,
c:\codes\applications, c:\codes\wrappers, etc.
and many html files in the directory c:\codes.
-
Browse the html files (start with ProgramIndex.htm>
and index.html)
using a net browser to get a feel for where
different source and compiled codes are.
Note that the html files index only the programs that are in the text.
These files do not index the exercise solutions.
-
The file name for a source code is
ClassName.java
, and the file name for
the compiled code is
ClassName.class
.
The
*.class
files were obtained by using the Java 1.2
compiler.
Sample input for programs that require input is in the file
ClassName.input
. The output the program
should produce is in the file
ClassName.output
.
Note that you can use SUN's JDK through Windows95/98/NT by downloading
a program such as Kawa from
www.text-tools.com/kawa.
You can download Java documentation as well as the latest Java compiler
from
www.javasoft.com:80/products/jdk