make it clear in the rubric that file system library is not allowed

This commit is contained in:
Jidong Xiao
2023-10-31 16:24:16 -04:00
parent 660aa0d531
commit 96cd6c900d

View File

@@ -408,6 +408,7 @@ You can test (but not view) the instructor's code here: [instructor code](http:/
- Contains useless comments like commented-out code, terminal commands, or silly notes. (-1)
- DATA REPRESENTATION (7 pts)
- Uses data structures which have not been covered in this class. (-7)
- Uses filesystem library (i.e., #include <filesystem> ). (-7)
- Neither std::map nor std::set is used. (-7)
- Member variables are public. (-2)
- RECURSION (3 pts)