Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit a0bdee9

Browse files
authored
Update ReadMe.md
1 parent 32f780a commit a0bdee9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Stacks and Queues/ReadMe.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
**2. Desgin a stack which can tell the minimum number on the stack in O(1).**
88

99
**3. Make a class SetOfStacks that has many fixed length stacks which get switched when items exceed the in-use stack, also implement a method popAt() which pops the item at desired location.**
10+
11+
**4. Implement Queue using two stacks.**

0 commit comments

Comments
 (0)