From 6d28e7b5424ff5cf3a2a97120c2080eb5fb4025b Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 9 Jan 2024 20:12:44 -0500 Subject: [PATCH] adding string requirement --- hws/01_spotify_playlists/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hws/01_spotify_playlists/README.md b/hws/01_spotify_playlists/README.md index 72b65dd..820f619 100644 --- a/hws/01_spotify_playlists/README.md +++ b/hws/01_spotify_playlists/README.md @@ -144,8 +144,8 @@ Use good coding style when you design and implement your program. Organize your - Two or more of name, collaborators, or hours not filled in. (-2) - No reflection. (-1) - STL Vector & String (3 pts) - - did not use STL vector (-3) - - did not use STL string (-3) + - Did not use STL vector (-3) + - Did not use STL string (-3) - Program Structure (7 pts) - No credit (significantly incomplete implementation) (-7) - Putting almost everything in the main function. It's better to create separate functions for different tasks. (-2)