From d6550f6f2baa28c75abcb1a3061ec79353bc8bb8 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Thu, 3 Apr 2025 17:23:04 -0400 Subject: [PATCH] adjust points --- hws/09_tiktok_trends/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hws/09_tiktok_trends/README.md b/hws/09_tiktok_trends/README.md index 8f837c7..675b674 100644 --- a/hws/09_tiktok_trends/README.md +++ b/hws/09_tiktok_trends/README.md @@ -321,7 +321,7 @@ a3: You can skip the final exam; we will apply the highest test score among your - One of name, collaborators, or hours not filled in. (-1) - Two or more of name, collaborators, or hours not filled in. (-2) - No reflection. (-1) - - IMPLEMENTATION AND CODING STYLE (9 pts) + - IMPLEMENTATION AND CODING STYLE (8 pts) - No credit (significantly incomplete implementation) (-9) - 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) @@ -331,7 +331,7 @@ a3: You can skip the final exam; we will apply the highest test score among your - Overly cramped, excessive whitespace, or poor indentation. (-1) - 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 (5 pts) + - DATA REPRESENTATION (6 pts) - No credit (significantly incomplete implementation). (-5) - Does not use std::priority_queue at all. (-5)