From b608b6d5aa0802e9892324f8164706d85106df56 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Fri, 6 Oct 2023 13:16:55 -0400 Subject: [PATCH] lower case to upper case --- 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 ae6a6f2..0f14acd 100644 --- a/hws/05_online_dating/README.md +++ b/hws/05_online_dating/README.md @@ -154,7 +154,7 @@ nydate.exe input.txt output.txt phoneNumber delete ### Output File Order - When printing profiles and likes, the users should stay in the original order as they are in the input files. -- When printing matches, the users should be sorted in an increasing order based on their phone numbers, which should be a std::string type. for example, the user whose number is "765-651-1171" comes after the user whose number is "569-933-6508". +- When printing matches, the users should be sorted in an increasing order based on their phone numbers, which should be a std::string type. For example, the user whose number is "765-651-1171" comes after the user whose number is "569-933-6508". ## Calculate Distance Based on Haversine Formula