Project04
Home ] Up ]

 

CSIS 250 Summer 2000 Assignment #4

Date Assigned:            July 25, 2000

Date Due:                    July 28, 2000 at 10:00 AM

Add the sortAsc,  isSorted, and shuffle functions to the CSLL class.

Write a description, and algorithm, a C++ function, and test function for each function.


Submit the following:

  1. Descriptions
  2. Diagrams
  3. Algorithms
  4. Properly commented and indented source code
  5. Properly labeled output from test runs
  6. Self-evaluation sheet

 


Self-Evaluation Sheet for Project #4

Component

Max Score

Your Score

sortAsc member function to sort the names in the singly linked list in ascending order.

5

 

isSorted member function to test if the names in the singly linked list are sorted in ascending order.

5

 

shuffle member function to shuffle the names in the singly linked list in ascending order.

5

 

Total points (1 point for function source code, 1 point for description, 1 point for diagram, 1 point for algorithm, 1 point for test function, and 1 point for test run make 4 points for each function).  A function should work all the time in order to get any credit for it.

15