Grading rubric

Recall the General Instructions for Grading Programs.

Eclipse project for this assignment: Recursion

Points to be awarded for:

  1. Sentence
    • 10 points - isPalindrome (with or without recursive helper)
    • 15 points - reverse (must be recursive)
  2. SierpinskiRenderer
    • 5 points - Correctly determines midpoints
    • 5 points - Leaves center drawing intact
    • 15 points - Contains 3 recursive calls
    • 10 points - Reasonable base case (based on the length of a side)

Total: 60 points