CSCI 2270
Computer Science 2:
Data Structures
Fall 2003
Karl Winklmann
Recent news item(s) :
The winners of the project competition are ...
In first place ...
D. Football Game
and a tie for second place between
E. 3D Graph Path Game, and
K. Distributed Genetic Algorithms.
Congratulations, and thanks to everybody who showed a project. Winners can pick up their book prizes in ECOT 721, now or after the break.
The votes were counted by Nan and Rika.
Thursday, September 25, 2003
Due: Friday, October 10, at 11PM
case 'f': read a catalog from a file
case 'n': start new search
case 'a': search for substring in author
case 't': search for substring in title
case 'u': 'undo' search, i.e., revert to previous results
case 'r': show current rearch results
case 'b': browse, e.g., if the user types
b 7
then a list gets displayed of the
7th book in the current search results
plus the five books that sit on either
side of it on the library shelf
case '+': move browser window one book to the left
case '-': move browser window one book to the right
case 'q': quit
Compiles without errors: 10
Reasonable and consistent style: 10
Reading of a catalog from a file: 10
Search: 10
Undo: 20
Search results are properly displayed,
a screenful at a time, entries numbered: 20
Browsing: 20
_______________________________________________________________
Total: 100
| © 2003 Karl Winklmann | 3:08 PM, Tuesday, December 16, 2003 |