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 a9ca57f commit 711ab44Copy full SHA for 711ab44
src/data-structures/queue/assignment-1/README.md
@@ -8,4 +8,7 @@ Your first assignment is to use the Queue class to do the following:
8
* Add up to 5 items to the queue
9
* Print the contents of the queue
10
* Print the first element of the queue
11
-* Print the last element of the queue
+* 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