From 8f49ae8bf521dc37709b107eecffc0c14eb6b1a0 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Thu, 26 Oct 2023 00:39:06 -0400 Subject: [PATCH] adding description about the instructor code web page --- hws/07_search_engine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hws/07_search_engine/README.md b/hws/07_search_engine/README.md index 3cb8acd..5a527d2 100644 --- a/hws/07_search_engine/README.md +++ b/hws/07_search_engine/README.md @@ -343,7 +343,7 @@ You must do this assignment on your own, as described in the [Collaboration Poli ## Instructor's Code -You can test (but not view) the instructor's code here: [instructor code](http://cs.rpi.edu/~xiaoj8/ds/search/). +You can test (but not view) the instructor's code here: [instructor code](http://cs.rpi.edu/~xiaoj8/ds/search/). Note that this page just uses a copy of Google's homepage to serve as the front end, and at the back end it runs the instructor's C++ code. ## Rubric