Skip to content

Commit 399f1b9

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

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Your first assignment is to use the Queue class to do the following:
99
* Print the contents of the queue
1010
* Print the first element of the queue
1111
* Print the last element of the queue
12+
* Print the total number of elements in the queue without modifying the queue itself
1213

1314
**IMPORTANT**
14-
In order to accomplish the final task you may need to modify the Queue class to do this :)
15+
In order to accomplish some of the tasks you may need to modify the Queue class :)

0 commit comments

Comments
 (0)