Brian Placker
Homework 1
CS 482
Aug. 29, 2006

1). Yes, a new data structure will be created.

2). The basic operators would be Insert, Update, and Delete.

3). Insert would be to add a new entry into a table, such as a new student.
     Update would be to change a record in the table, such as a students grade.
     Delete would be to delete a record from the table, such as a course from the course list.

4). Probably a total of a day, to get everything to work correctly.