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   TestTimes
Chapter 4 - Sorting   Bubble Sort Example - Bubble Sort Dance
Selection Sort Example - Selection Sort Dance
Insertion Sort Example - Insertion Sort Dance
Chapter 6 - Lists, Stacks and Queues   BetterArray (int)
BetterArray with Generics
ArrayBasedList
LinkedList
ArrayBasedQueue
LinkedQueue
Cities
Chapter 10 - Hash Tables   HashTable
Chapter 12 - Trees   BinarySearchTree
Chapter 14 - Heaps and Treaps    
Chapter 15 - Sorting Algorithms Part 2   HeapSort
MergeSort
QuickSort
Chapter 17 - Graphs   Graph

Homework

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

Exams

Exams
Midterm Exam

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

Computer Science Lab (GI-222)
Teaching Novice Programmers How To Debug Their Code
Challenging mathematical/computer programming problems that will require more than just mathematical insights to solve