SUPLEMENTAL MATERIAL
This page will be updated regularly to include new suplemental material.
Required Textbook
- Lewis & Chase, Java Software Structures: Designing and Using Data Structures, 4th Edition, Pearson, 2014.
- On Line Resourses, including code samples.
Online Java and Data Structure References
- The Java Tutorial: Oracle's online tutorial for Java.
- Java 6: Online documentation of the standard Java classes.
- Java Collections Framework
- Dictionary of Algorithms and Data Structures: From the National Institute of Standards and Technology (NIST)
- AlgoViz: A database of algorithm visualizations from Virginia Tech.
- Hints for miniLab #1 Linked Lists
- Linked List Challenges
- Try Catch slides
Documents that Gerry Howser developed for his 210 classes:
Program Style
- Vermeulen, The Elements of Java Style, Cambridge University Press, 2000.
- The Kalamazoo College Computer Science Program Style Guide and Documentation Standards.
- A Java class template that meets the documentation standards