updating readme

This commit is contained in:
Jidong Xiao
2024-04-11 21:04:31 -04:00
parent 8d30c5d958
commit 464670f78f

View File

@@ -278,6 +278,8 @@ In order to use this above code block, you need to include the regular expressio
#include <regex>
```
**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.