Project01
Home ] Up ] Solution01 ]

 

CSIS 250 2003 Spring Project01

Date Assigned

09/17/2003

Date Due

09/24/2003

 

Add the following functions and corresponding test functions to the program in NOB_List06.cpp:

 

bool deleteAtPos(int a[], int &n, int p);

int deleteDupes(int a[], int &n);

For each function, include the following:

§            a detailed description

§            two examples

§            detailed algorithm

§            properly indented function

§            properly indented test function

§            properly labeled output generated from ten test cases

 

Submit the following:

§            Printed source code of the working program (to get any credit the program has to work)

§            Printed output

§            Self-evaluation table

§            Source code and the executable code on a diskette

 


 

Self-Evaluation Table

CSIS 250 2003 Fall Project01

Your Name:

Your Secret Name:

 

 

Max Score

Score

bool deleteAtPos (int a[], int &n, int p);

Detailed description

5

 

Two examples

5

 

Detailed algorithm

5

 

Properly indented and documented function

5

 

Properly indented and documented test function

5

 

Properly labeled output from ten test cases

5

 

int deleteDupes(int a[], int &n);

Detailed description

5

 

Two examples

5

 

Detailed algorithm

5

 

Properly indented and documented function

5

 

Properly indented and documented test function

5

 

Properly labeled output from ten test cases

5

 

Total Score

60