CS 1723-001 Data Structures
Fall 2001 -- Lectures for Week 1


Course Orientation,
The Object-Oriented Approach, and
Initial Example: A List of Numbers

Week's Objectives:
  1. Go over administrative format of the course.
  2. Review the basic ideas of object-oriented programming.
  3. Work on and example (List of numbers) illustrating many ideas from the course and providing an initial Java review. Get a chance to fill in code for some of the methods.
  4. See a non-object-oriented solution to the same problem.
  5. Get to view the completed code for the methods in item 3 above.

  1. Administrative format:
  2. Object-oriented design (from Kay Robbins):
  3. Extended Example -- A List of Numbers here.


  4. Non-Object-Oriented Version of the Same Example here.


  5. Complete code for the List class from item 3 above. (Available starting Friday, 31 Aug 2001.) here.


Revision date: 2001-08-26. (Please use ISO 8601, the International Standard.)