fixing typo
This commit is contained in:
@@ -5,7 +5,7 @@ In this assignment you will develop a simple ride sharing application called New
|
|||||||
## Learning Objectives
|
## Learning Objectives
|
||||||
|
|
||||||
- Get familiar with a commonly used data structure - linked lists.
|
- Get familiar with a commonly used data structure - linked lists.
|
||||||
- Practice using std:list.
|
- Practice using std::list.
|
||||||
- Practice overloading operator<<, and understand why it is a bad idea to make it a member function.
|
- Practice overloading operator<<, and understand why it is a bad idea to make it a member function.
|
||||||
|
|
||||||
## Specification
|
## Specification
|
||||||
|
|||||||
Reference in New Issue
Block a user