We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87b698 commit 2566a6eCopy full SHA for 2566a6e
README.md
@@ -163,9 +163,7 @@
163
## Queue
164
| Title | Solution | Difficulty | Time | Space |
165
| ----- | -------- | ---------- | ---- | ----- |
166
-[Implement Queue using Stacks](https://leetcode.com/problems/implement-queue-using-stacks/)
167
-[Swift](./Queue/ImplementQueueUsingStacks.swift)|
168
-| Easy | O(n) | O(n) |
+[Implement Queue using Stacks](https://leetcode.com/problems/implement-queue-using-stacks)| [Swift](./Queue/ImplementQueueUsingStacks.swift)| Easy| O(n)| O(n)|
169
170
## Tree
171
0 commit comments