From e11e269d8dc8cb800524d0f0c76b5f3b8b5cdb04 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Fri, 15 Mar 2024 11:54:18 -0400 Subject: [PATCH] updating rubric --- hws/07_search_engine/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hws/07_search_engine/README.md b/hws/07_search_engine/README.md index cc19e60..0cc6ade 100644 --- a/hws/07_search_engine/README.md +++ b/hws/07_search_engine/README.md @@ -424,6 +424,7 @@ You can test (but not view) the instructor's code here: [instructor code](http:/ - Uses data structures which have not been covered in this class. (-7) - Uses filesystem library (i.e., #include <filesystem> ). (-7) - Neither std::map nor std::set is used. (-7) + - Paths to all 32 HTML files are manually specified within the program's code. (The paths should be found by the program during runtime) (-5) - Member variables are public. (-2) - RECURSION (3 pts) - Does not use recursion in the web crawler component. (-3)