Computer Science 332
Analysis of Algorithms

Dickinson College
Fall Semester 2003
Grant Braught

Class #1 - Introduction

Main Ideas For Today

Reading Assignment

Lecture Slides

Web Sites Related to Today's Topic

Homework Assigned Today

    Due Date: 9/4/03

  1. Levitin, Exercises 1.1: #4, #5
  2. Levitin, Exercises 1.2: #2, #3
  3. Give an algorithm in pseudo-code that accepts two arrays of integers as input and produces as output a new array containing all of the elements that are common to the two input arrays. (See step 3 on p. 6 of the text.)