CSI 610/701
Foundations of Computational Science
Dr. John Wallin

Homework Assignment # 2

Binary Search Trees

Due : March 17, 2003 Noon

Warning

This is a moderately long assignment and will involve writing a code which is at least a few hundred lines long. Don't wait until the last minute to start working on it. I think this is a fun and very instructive assignment, but it does take some time getting it all together.

Description

Your second assignment is to write a C, C++, Fortran, or Fortran 90 code to create fast search algorithm for two dimensional data based on the methods defined in lecture 3. This assignment is for individual students, not for groups.

Objectives

At the end of the assignment, students should

Specifics

You must use C, C++, Fortran, or Fortran 90 for this program. You may use any available sort routine and the Standard Template Library for C++, if you wish. Make sure to document where you found the sort routine used in your code as required by the honor code!

Grading

The grades for this project will be assigned based on the following criteria:

A Couple Hints