Grading rubric

Recall the General Instructions for Grading Programs.

Eclipse project for this assignment: LinkedList

Points to be awarded for:

  1. MyLinkedList 5 points each for code that passes the tests:
    • getFirst
    • removeFirst
    • addFirst
    • iterator hasNext
    • iterator next
    • iterator add
    • length
    • lengthRecursive

Total: 40 points