How to hand in Assignment #7
To submit assignment #7 use the command $L/submit7.
It will expect to find
two directories named recursive and tree in your current directory.
It will package all files in the directories for submission.
Files in the recursive directory should include :
- a text file containing your answer to question 1. This file should
have the trace and the output and what the function does.
- a text file containing your answer to question 2
- the recursive library files (header and implementation) (Question 3)
- the client program to text these recursive functions (Question 4)
- a Makefile,
- any other files that you used to complete this project.
Files in the tree directory should include :
- a text file containing your answer to question 5 I
- the modified files for the binary tree class (header and implementation)
- the modified client program
- a Makefile,
- any other files that you used to complete this project.
From the directories, please all files that you do not wish to have submitted.
Assignment #7 description.
Computer Science 2620 |
Department of Mathematics & Computer Science
University of Lethbridge Home Page