diff --git a/hws/02_ride_sharing/README.md b/hws/02_ride_sharing/README.md index af03062..d870310 100644 --- a/hws/02_ride_sharing/README.md +++ b/hws/02_ride_sharing/README.md @@ -371,7 +371,7 @@ README.txt file. - Poor choice of variable names: non-descriptive names (e.g. 'vec', 'str', 'var'), single-letter variable names (except single loop counter), etc. (-2) - Uses global variables. (-1) - Contains useless comments like commented-out code, terminal commands, or silly notes. (-1) - - DATA REPRESENTATION (Must create and use homemade linked lists for the implementation.) (5 pts) + - DATA REPRESENTATION (Must use vectors for the implementation.) (5 pts) - No credit (significantly incomplete implementation). (-5) - Does not use std::vector to store drivers or riders. (-5) - Uses std::list or data structures which have not been covered in this class. (-5)