specific about the dynamic memory requirement

This commit is contained in:
Jidong Xiao
2024-01-23 17:00:51 -05:00
parent b871114b8a
commit 6fdbe212c7

View File

@@ -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)
<!-- - OUTPUT OPERATOR OVERLOADING (2 pts)