We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711ab44 commit 399f1b9Copy full SHA for 399f1b9
src/data-structures/queue/assignment-1/README.md
@@ -9,6 +9,7 @@ Your first assignment is to use the Queue class to do the following:
9
* Print the contents of the queue
10
* Print the first element of the queue
11
* Print the last element of the queue
12
+* Print the total number of elements in the queue without modifying the queue itself
13
14
**IMPORTANT**
-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