more on the userID

This commit is contained in:
Jidong Xiao
2024-01-23 17:32:31 -05:00
parent e49640338d
commit d73411a896

View File

@@ -95,6 +95,8 @@ Friends
The Crown The Crown
``` ```
Note that these recommendations are specifically for this user - as specified by the command line argument userID. Apparently your program will produce different recommendations for different users.
## Program Requirements & Submission Details ## Program Requirements & Submission Details
In this assignment, you are NOT allowed to use std::vector anywhere in your code. You must use dynamic memory to store the movie rating matrix, and the show rating matrix. In this assignment, you are NOT allowed to use std::vector anywhere in your code. You must use dynamic memory to store the movie rating matrix, and the show rating matrix.