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)