diff --git a/hws/inverse_word_search/README.md b/hws/inverse_word_search/README.md index 4aabfa3..abd860b 100644 --- a/hws/inverse_word_search/README.md +++ b/hws/inverse_word_search/README.md @@ -107,14 +107,15 @@ You must do this assignment on your own, as described in the [Collaboration Poli - One of name, collaborators, or hours not filled in. (-1) - Two or more of name, collaborators, or hours not filled in. (-2) - No reflection. (-1) - - LETTER GRID REPRESENTATION (3 pts) + + - USES RECURSION (10 pts) - Use some non-trivial recursion but doesn’t use recursion in the search process of board creation. (-3) - - Uses recursion but only trivially. (-5) - - Does not use any recursion. (-7) + - Uses recursion but only trivially. (-7) + - Does not use any recursion. (-10)