From 40aeed316a8ac4938e522d445d539293f864954c Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Thu, 29 Feb 2024 21:22:16 -0500 Subject: [PATCH] line break --- hws/06_inverse_word_search/README.md | 1 + 1 file changed, 1 insertion(+) 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