HOMEWORK 6: PAINT BY PAIRS RECURSION NAME: < insert name > COLLABORATORS AND OTHER RESOURCES: List the names of everyone you talked to about this assignment (classmates, TAs, ALAC tutors, upperclassmen, students/instructor via LMS, etc.), and all of the resources (books, online reference material, etc.) you consulted in completing this assignment. < insert collaborators / resources > Remember: Your implementation for this assignment must be done on your own, as described in "Collaboration Policy and Academic Integrity". ESTIMATE OF # OF HOURS SPENT ON THIS ASSIGNMENT: < insert # hours > ANALYSIS OF PERFORMANCE OF YOUR ALGORITHM: (order notation & concise paragraph, < 200 words) The dimensions of the board (w and h) The number of strokes (s)? The total number of painted cells(p) or unpainted cells (u)? The average length of each stroke (l)? Etc. SUMMARY OF PERFORMANCE OF YOUR PROGRAM ON THE PROVIDED PUZZLES: # of solutions & approximate wall clock running time for different puzzles for a single solution or all solutions. Also, describe the image in words. MISC. COMMENTS TO GRADER: Optional, please be concise!