ADDITIONAL MATERIALS
INSTALLING & USING JAVA AND ECLIPSE
Installing Java and Eclipse
How to use Eclipse
JAVA EXAMPLES
JavaExamples.zip - counting the number of each letter in one or more messages
--- additional code
FileExamples.zip - examples showing
file input and output, analyzing text in speeches
--- additional code
PhoneDirectory.zip - an
array list (array of objects) and a simple GUI
SinglyLinkedList.zip - class that implements a singly linked list with its own iterator
--- Add method for doubly-linked lists
Stacks.zip - project that contains stack examples
Recursion.zip - project that contains recursion examples
BinaryTrees.zip - project that contains binary tree and BST example code
|