From 070c56b103da6995737b853256efa057a8341a14 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Wed, 4 Oct 2023 14:21:22 -0400 Subject: [PATCH] highlight the requirements --- hws/05_online_dating/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hws/05_online_dating/README.md b/hws/05_online_dating/README.md index 5f092e6..94cda2b 100644 --- a/hws/05_online_dating/README.md +++ b/hws/05_online_dating/README.md @@ -139,7 +139,7 @@ nydate.exe input.txt output.txt phoneNumber delete --> ## Program Requirements & Submission Details -In this assignment, you are required to create linked lists, but you are not allowed to use the std::list library. In addition, you are NOT allowed to use std::vector, or any data structures we have not learned so far. +In this assignment, you are required to create linked lists, **but you are not allowed to use the std::list library. In addition, you are NOT allowed to use std::vector, or 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/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