Course
|
CSIS
250-01
|
Semester
|
Fall
2000
|
Project
Number
|
7
|
Date
Assigned
|
November
27, 2000
|
Date
Due
|
December
6, 2000
|
Write the algorithms and implement them in C++ for the
following functions for CPhoneBook. Also develop corresponding test
functions.
Function
|
Brief
Description
|
Return
Value
|
searchReplaceByName
|
Search and replace the first node that has a matching name
|
Boolean
|
searchReplaceAllByName
|
Search and replace all nodes that have the matching name
|
Integer
|
SELF-EVALUATION
SHEET PROJECT #7
|
Function
|
Max
Score
|
Your
Score
|
searchReplaceByName
(algorithm, function, test function, output)
|
4
|
|
searchReplaceAllByName
(algorithm, function, test function, output)
|
4
|
|
Total
Score
|
8
|
|
|