How to hand in Assignment #6
To submit assignment #6 use the command submit6.
It will package all files in the current directory for
submission.
The current directory should include the following :
- the program (prob1.cc) to print a fibonacci number using your
recusive fibonacci function.
- the program (prob2.cc) to print the Nth largest
element in an array using your quickSelect function.
- the program (prob3.cc) with your revised implementation of
quicksort.
- a Makefile to build all 3 programs for this assignment.
- any other files that you used for this assignment.
From the current directory, please all files that you do not wish to have submitted.
Computer Science 2620 |
Department of Mathematics & Computer Science
University of Lethbridge Home Page