From cf26ec031155963bc1f1025cf5e3dfd5ffc94ef9 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Thu, 3 Apr 2025 17:24:55 -0400 Subject: [PATCH] adjust points --- hws/09_tiktok_trends/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hws/09_tiktok_trends/README.md b/hws/09_tiktok_trends/README.md index 675b674..69f264f 100644 --- a/hws/09_tiktok_trends/README.md +++ b/hws/09_tiktok_trends/README.md @@ -322,7 +322,7 @@ a3: You can skip the final exam; we will apply the highest test score among your - Two or more of name, collaborators, or hours not filled in. (-2) - No reflection. (-1) - IMPLEMENTATION AND CODING STYLE (8 pts) - - No credit (significantly incomplete implementation) (-9) + - No credit (significantly incomplete implementation) (-8) - Putting almost everything in the main function. It's better to create separate functions for different tasks. (-2) - Function bodies containing more than one statement are placed in the .h file. (okay for templated classes) (-2) - Functions are not well documented or are poorly commented, in either the .h or the .cpp file. (-1) @@ -332,8 +332,8 @@ a3: You can skip the final exam; we will apply the highest test score among your - Poor file organization: Puts more than one class in a file (okay for very small helper classes) (-1) - Poor choice of variable names: non-descriptive names (e.g. 'vec', 'str', 'var'), single-letter variable names (except single loop counter), etc. (-1) - DATA REPRESENTATION (6 pts) - - No credit (significantly incomplete implementation). (-5) - - Does not use std::priority_queue at all. (-5) + - No credit (significantly incomplete implementation). (-6) + - Does not use std::priority_queue at all. (-6)