Next: About this document ...
Up: ECE242F (Fall 2002) Assignment
Previous: What to submit
Grading
Here is the distribution of points for this lab, which is worth 4% of
your final mark:
- Correctness, 50 points:
- The functions you implement in
Polynomial.c will be tested in a manner similar to
TestPolynomial.c.
We'll look at special cases, such as the zero polynomial.
- Modularity, 17 points:
- Your code should be well-organized with
an eye to reducing repeated code and making the meaning clear.
- Readability, 17 points:
- Comments should make your
implementation clear, indent to highlight grouping of code, use
meaningful variable and function names.
- Efficiency, 17 points:
- Your implementation should be within the
big-Oh constraints given.
Danny Heap
2002-09-20