Skip to content

Commit 711ab44

Browse files
authored
Update README.md
1 parent a9ca57f commit 711ab44

File tree

1 file changed

+4
-1
lines changed
  • src/data-structures/queue/assignment-1

1 file changed

+4
-1
lines changed

src/data-structures/queue/assignment-1/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ Your first assignment is to use the Queue class to do the following:
88
* Add up to 5 items to the queue
99
* Print the contents of the queue
1010
* Print the first element of the queue
11-
* Print the last element of the queue
11+
* Print the last element of the queue
12+
13+
**IMPORTANT**
14+
In order to accomplish the final task you may need to modify the Queue class to do this :)

0 commit comments

Comments
 (0)