Skip to content

Commit a9ca57f

Browse files
committed
Adds readme for assignment 1
1 parent 9bb60fa commit a9ca57f

File tree

1 file changed

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

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Assignment 1
2+
3+
## Using the queue
4+
5+
Your first assignment is to use the Queue class to do the following:
6+
7+
* Construct the queue
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

0 commit comments

Comments
 (0)