specific about the dynamic memory requirement
This commit is contained in:
@@ -95,7 +95,8 @@ README.txt file.
|
|||||||
- Contains useless comments like commented-out code, terminal commands, or silly notes. (-1)
|
- Contains useless comments like commented-out code, terminal commands, or silly notes. (-1)
|
||||||
- DATA REPRESENTATION (Must use dynamic memory for the implementation.) (5 pts)
|
- DATA REPRESENTATION (Must use dynamic memory for the implementation.) (5 pts)
|
||||||
- No credit (significantly incomplete implementation). (-5)
|
- 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)
|
- Uses std::vector anywhere in the code. (-5)
|
||||||
- Member variables are public. (-2)
|
- Member variables are public. (-2)
|
||||||
<!-- - OUTPUT OPERATOR OVERLOADING (2 pts)
|
<!-- - OUTPUT OPERATOR OVERLOADING (2 pts)
|
||||||
|
|||||||
Reference in New Issue
Block a user