calendar
Course Schedule

syllabus
Course Syllabus

Notes & Class Examples

Lecture Topics
Class Notes
Class Examples
Chapter 1 - Data Structures    
Chapter 2 - Searching and Algorithm Analysis Search Pseudo-Code TestTimes Demo
Chapter 4 - Sorting Bubble Sort Algorithm
Selection Sort Algorithm
Insertion Sort Algorithm
Bubble Sort Example - Bubble Sort Dance
Selection Sort Example - Selection Sort Dance
Insertion Sort Example - Insertion Sort Dance
Chapter 6 - Lists, Stacks and Queues   Enum Demo
BetterArray Demo
ArrayBasedList Demo
LinkedList Demo
ArrayBasedQueue Demo
LinkedQueue Demo
Cities Demo
Chapter 10 - Hash Tables   HashTable
Chapter 12 - Trees   Binary Search Tree
Chapter 14 - Heaps and Treaps    
Chapter 15 - Sorting Algorithms Part 2   Heap Sort
Merge Sort
Quick Sort
Chapter 17 - Graphs    

Homework

Homework Assignments
Homework 1
Homework 2
Homework 3
Homework 4
Homework 5 (Extra Credit)
Homework 6
Homework 7
Homework 8

Exams

Exams
 

Java & Eclipse Downloads & Java Documentation

Java Download Eclipse Download Java Documentation
Java SE Development Kit 8 Downloads

Download Java SE Development Kit
Open Downloaded File and Follow Install Instructions
Eclipse Download

Download Eclipse IDE for Java Developers
Open Downloaded File and Save Eclipse on Your Desktop
Java Platform, Standard Edition 8 API Specification

Debugging & Other Resources

Math & Computer Science Learning Center (MCSLC)
Teaching Novice Programmers How To Debug Their Code