From 6fdbe212c7a881124b8175aab1e60b088f0b8ac6 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 23 Jan 2024 17:00:51 -0500 Subject: [PATCH] specific about the dynamic memory requirement --- hws/03_amazon_prime/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hws/03_amazon_prime/README.md b/hws/03_amazon_prime/README.md index 797558b..d4c34dc 100644 --- a/hws/03_amazon_prime/README.md +++ b/hws/03_amazon_prime/README.md @@ -95,7 +95,8 @@ README.txt file. - Contains useless comments like commented-out code, terminal commands, or silly notes. (-1) - DATA REPRESENTATION (Must use dynamic memory for the implementation.) (5 pts) - No credit (significantly incomplete implementation). (-5) - - Does not use dynamic memory. (-5) + - Does not use dynamic memory to store the movie rating matrix. (-5) + - Does not use dynamic memory to store the show rating matrix. (-5) - Uses std::vector anywhere in the code. (-5) - Member variables are public. (-2)