Project06
Home ] Up ]

 

CSIS 250 2003 Spring Assignment 06

Date Assigned

04/18/2003

Date Due

05/05/2003

 

As discussed in the class, add the following one member function and one global function to cArray18.cpp:

 

      void sortInsertion(void);

      void testSortInsertion (void);

 

For sortInsertion function, include a detailed description, one example {6, 3, 2, 9, 8, 8, 3, 6, 6, 2} with trace, detailed algorithm, properly indented source code, the output generated from five test cases, and other items in self-evaluation table.

Submit the following:

§            Printed source code of only the two functions (to get any credit the program has to work)

§            Source code and executable code on a diskette

§            Printed output

§            Self-evaluation table

 

Self-evaluation Table for Assignment 06
 

Your Name:
 

 

 

Max Score

Score

sortInsertion

Detailed description

5

 

One example with trace

5

 

Algorithms from initial to final detailed

5

 

Properly indented source code

5

 

Output from test cases (5)

0

 

testSortInsertion

Detailed description

5

 

Two examples

0

 

Detailed algorithm

0

 

Properly indented source code

5

 

Output from five test cases showing trace

10

 

Total Score

40