CS2852
Data Structures

You may find last year's rubric checklist and common mistakes feedback helpful.

Submission Instructions for Dr. Yoder

Submission due 11pm, Tuesday of Week 4

Each student must submit one .pdf file containing 1) a description of any changes to your design from lab 2, 2) Your asymptotic time analysis, and 3) the benchmarking results. In addition, each student must submit a .zip file containing all of your (fully documented) source files. When unzipped, the zip file should produce a single package folder which is your username. For example, if your name is Phileas Fogg, you should put all your Java files in the foggp package, and when your zip file is unzipped, it should produce a single folder called foggp containing all your submission files.

Semi-optional items:

  • hh:mm:ss.ssss formating worth 2 points
  • Exception handling worth 2 points

Demonstration due beginning of week 4 lab

Each student must be prepared to demonstrate their program at the beginning of the week 4 lab.

Again, the demo may affect the grading of the rest of your lab, and is worth 30 pts for the demo proper.

(Acknowledgement: Submission instructions adapted from Dr. Taylor's)