1. Lab 08 part 3 intro
2. Traversing
3. Searching
4. Inserting
5. Better insert
6. Deleting
Grading

[All of lab 08]
[All labs]
[Course home page]

Lab 08 grading

Please submit files 2.c through 6.c by midnight at the end of Friday with commands such as

        submit -c csc209h -a lab08 6.c
and don't forget to run "/u/csc209h/summer/present", during the tutorial time, on the console of a tutorial lab workstation, or to get the TA to mark you as present.

NOTE that your code will be tested with variant main() functions (linked-list manipulation code which only works for a particular exact sequence of operations is not useful!). You may wish to modify main() yourself to test other cases, including boundary cases. The submitted main() functions will be ignored, by renaming them (although this means that they still do need to compile without warning or error messages; they just won't be executed).

The minimum requirements for part marks are:

If any of the above statements is not true, you get a zero for lab 08. The above is the minimum requirement.

For full marks:

To check that your files were submitted, as usual you can do "submit -c csc209h -a lab08 -l".