Computer Science 120
Introduction to Programming

Spring 2011, Siena College

Lecture 24: Searching and Sorting
Date: Tuesday, April 26, 2011

Agenda

Lecture Assignment 24

Due at the start of class, Thursday, April 28.

Please submit answers to these questions either as a hard copy (typeset or handwritten are OK) or by email to jteresco AT siena.edu by the start of class. Please use a clear subject line when submitting by email (e.g., CS 120 Lecture Assignment 24, Joe Student). We will discuss these questions at the start of class, so no late submissions are accepted.

  1. BDM Exercise 20.1.1, p.576. Consider the iterative search only.
  2. BDM Exercise 20.1.4, p.581. Use the iterative binary search algorithm in Figure 20.4.