Programming and Computer Science in Java:
Class Notes: Tue, Feb 4, 2003
David Kosbie,
2002-2003
See Course Home Page.
1. Information
- My web page: www.kosbie.net
- 10th period time conflicts (names to me)
- Home machines, next week
- Connectivity: maybe (working on it)
- Java in the classroom status
- Java at home status
- Q+A
2. Homework
-
Due today:
- No homework due tomorrow
3. Review
- Sorting algorithm review
-
Chapter 1 reading review
4. Take Quiz #1
5. Sorting Algorithms
-
Insertion sort: Repeatedly insert the top card from the unsorted
stack into its sorted position in the sorted stack.
-
Selection sort: Repeatedly select the smallest remaining card
from the unsorted stack and place it on the top of the sorted stack.
- Bubble sort, Merge sort, Radix sort, Tree sort, Heap sort, etc, etc, etc.:
Not yet.
6. Java!!!
- Wahoo!!!!
- Introduction to PSVM (public static void main)
- "Hello World"
See Course Home Page.