From 7d6db357c65452b68021471fff6ada614f0fd04a Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Thu, 18 Jan 2024 19:24:26 -0500 Subject: [PATCH] fixing stale links --- hws/01_spotify_playlists/README.md | 2 +- hws/02_ride_sharing/README.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/hws/01_spotify_playlists/README.md b/hws/01_spotify_playlists/README.md index ee575ef..9f4c22f 100644 --- a/hws/01_spotify_playlists/README.md +++ b/hws/01_spotify_playlists/README.md @@ -149,7 +149,7 @@ You can test (but not view) the instructor's code here: [instructor code](http:/ ## Program Requirements & Submission Details -In this assignment, you are required to use both std::string or std::vector. You are NOT allowed to use any data structures we have not learned so far. +In this assignment, you are required to use both std::string and std::vector. You are NOT allowed to use any data structures we have not learned so far. Use good coding style when you design and implement your program. Organize your program into functions: don’t put all the code in main! Be sure to read the [Homework Policies](https://www.cs.rpi.edu/academics/courses/spring24/csci1200/homework_policies.php) as you put the finishing touches on your solution. Be sure to make up new test cases to fully debug your program and don’t forget to comment your code! Complete the provided template [README.txt](./README.txt). You must do this assignment on your own, as described in the [Collaboration Policy & Academic Integrity](https://www.cs.rpi.edu/academics/courses/spring24/csci1200/academic_integrity.php) page. If you did discuss the problem or error messages, etc. with anyone, please list their names in your README.txt file. Prepare and submit your assignment as instructed on the course webpage. Please ask a TA if you need help preparing your assignment for submission. diff --git a/hws/02_ride_sharing/README.md b/hws/02_ride_sharing/README.md index 2ccd05c..af03062 100644 --- a/hws/02_ride_sharing/README.md +++ b/hws/02_ride_sharing/README.md @@ -342,10 +342,12 @@ A: Same as Uber. One decimal place. Just trim it. For example, if the distance i ## Program Requirements & Submission Details +In this assignment, you are required to use a vector to store all drivers, and use a vector to store all riders. You are NOT allowed to use any data structures we have not learned so far, especially std::list. + Use good coding style when you design and implement your program. Organize your program into functions: -don’t put all the code in main! Be sure to read the [Homework Policies](https://www.cs.rpi.edu/academics/courses/fall23/csci1200/homework_policies.php) as you put the finishing touches on your solution. Be sure to make up new test cases to fully debug your program and don’t forget +don’t put all the code in main! Be sure to read the [Homework Policies](https://www.cs.rpi.edu/academics/courses/spring24/csci1200/homework_policies.php) as you put the finishing touches on your solution. Be sure to make up new test cases to fully debug your program and don’t forget to comment your code! Use the provided template [README.txt](./README.txt) file for notes you want the grader to read. -You must do this assignment on your own, as described in the [Collaboration Policy & Academic Integrity](https://www.cs.rpi.edu/academics/courses/fall23/csci1200/academic_integrity.php) page. If you did discuss the problem or error messages, etc. with anyone, please list their names in your +You must do this assignment on your own, as described in the [Collaboration Policy & Academic Integrity](https://www.cs.rpi.edu/academics/courses/spring24/csci1200/academic_integrity.php) page. If you did discuss the problem or error messages, etc. with anyone, please list their names in your README.txt file. **Due Date**: 01/25/2024, Thursday, 22:00pm.