From 60d92f8b10fbba50a6a518e546049898d295ec6d Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Fri, 15 Mar 2024 00:02:16 -0400 Subject: [PATCH] adding instructor code link --- hws/07_search_engine/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/hws/07_search_engine/README.md b/hws/07_search_engine/README.md index 0e90104..647e9ba 100644 --- a/hws/07_search_engine/README.md +++ b/hws/07_search_engine/README.md @@ -1,5 +1,3 @@ -**Note:** Sample output files will be added later; submitty autograder will not open until Friday afternoon. - +You can test (but not view) the instructor's code here: [instructor code](http://ds.cs.rpi.edu/hws/search/). This page allows you to view those intermediate results. ## Rubric @@ -410,7 +408,7 @@ You can test (but not view) the instructor's code here: [instructor code](http:/ - 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) - - IMPLEMENTATION AND CODING STYLE (Good class design, split into a .h and .cpp file. Functions > 1 line are in .cpp file. Organized class implementation and reasonable comments throughout. Correct use of const/const& and of class method const. ) (8 pts) + - IMPLEMENTATION AND CODING STYLE (8 pts) - No credit (significantly incomplete implementation) (-8) - Putting almost everything in the main function. It's better to create separate functions for different tasks. (-2) - Function bodies containing more than one statement are placed in the .h file. (okay for templated classes) (-2)