diff --git a/hws/06_inverse_word_search/README.md b/hws/06_inverse_word_search/README.md index 198cefc..ce3ec1b 100644 --- a/hws/06_inverse_word_search/README.md +++ b/hws/06_inverse_word_search/README.md @@ -1,4 +1,5 @@ **Special Note 1: For this assignment, we will not deduct points if you use data structures which have not been learned in this class.** + **Special Note 2: A correct program does not necessarily pass all the test cases for this assignment, as Submitty may let you fail a test case if your program is not fast enough or consumes too much memory.** # Homework 6 — Inverse Word Search Recursion