From 464670f78fe4fbba4d54e989fd866955ff40be63 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Thu, 11 Apr 2024 21:04:31 -0400 Subject: [PATCH] updating readme --- hws/10_tiktok_trends/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hws/10_tiktok_trends/README.md b/hws/10_tiktok_trends/README.md index fd59f40..681cee7 100644 --- a/hws/10_tiktok_trends/README.md +++ b/hws/10_tiktok_trends/README.md @@ -278,6 +278,8 @@ In order to use this above code block, you need to include the regular expressio #include ``` +**Note**: it is okay if you decide not to use the above code to extract the hashtags, especially if you have a better way to do so. + ## Program Requirements & Submission Details In this assignment, you are required to use std::priority_queue. There is no other requirement on what data structures you can use and what data structures you can not use.