|  Grading rubric 
Recall the General Instructions for Grading Programs.
 
Eclipse project for this assignment: Recursion
 
Points to be awarded for:
 
	
		Sentence
		
			10 points - isPalindrome (with or without 
			recursive helper)15 points - reverse (must be recursive)
		SierpinskiRenderer
		
			5 points - Correctly determines midpoints5 points - Leaves center drawing intact15 points - Contains 3 recursive calls10 points - Reasonable base case (based on the length of a side) 
Total: 60 points
 |