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.