Algorithms and OOD (CSC 207 2014F) : Outlines
Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] - [Learning Outcomes] [FAQ] [Teaching & Learning] [Grading] [Rubric] - [Calendar]
Current: [Assignment] [EBoard] [Lab] [Outline] [Reading]
Sections: [Assignments] [EBoards] [Examples] [Handouts] [Labs] [Outlines] [Readings]
Reference: [Student-Curated Resources] [Java 8 API] [Java 8 Tutorials] [Code Conventions]
Related Courses: [CSC 152 2006S (Rebelsky)] [CSC 207 2014S (Rebelsky)] [CSC 207 2014F (Walker)] [CSC 207 2011S (Weinman)]
Misc: [Submit Questions] - [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] - [Issue Tracker (Course)] [Issue Tracker (Textbook)]
Held: Friday, 29 August 2014
On to Outline 02 - An Introduction to ADT Design.
Summary
We begin the course by considering the subject matter of the course and attempting an exercise in design.
Related Pages
Reading: Designing Data Structures
Overview
Administrivia
In considering these issues, you may also want to look at my goals for the course.
I've used arrays in the example below. I'll probably switch to stacks, since you also do those in 161.
For example, we might say that a vactor is a collection of values indexed by sequential integers.