consists to consist

This commit is contained in:
Jidong Xiao
2024-02-15 16:03:59 -05:00
parent 5e743c720c
commit 5ab1ea3fc8

View File

@@ -305,7 +305,7 @@ You must do this assignment on your own, as described in the [Collaboration Poli
- Uses std::list, or data structures which have not been covered in this class. (-7)
- Defines/Uses a list class. (-5)
- Defines/Uses an iterator class (okay to use iterators to iterate through other containers such as vectors). (-5)
- Does not use homemade linked lists (which consists of chain of nodes) to store all the users. (-5)
- Does not use homemade linked lists (which consist of a chain of nodes) to store all the users. (-5)
<!--- Member variables are public. (-2)-->
<!-- - OUTPUT OPERATOR OVERLOADING (2 pts)
- Does not overload the output (&lt;&lt;) operator. (-2)