Skip to content

Commit 2566a6e

Browse files
committed
fix typo
1 parent a87b698 commit 2566a6e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,7 @@
163163
## Queue
164164
| Title | Solution | Difficulty | Time | Space |
165165
| ----- | -------- | ---------- | ---- | ----- |
166-
[Implement Queue using Stacks](https://leetcode.com/problems/implement-queue-using-stacks/)
167-
[Swift](./Queue/ImplementQueueUsingStacks.swift)|
168-
| Easy | O(n) | O(n) |
166+
[Implement Queue using Stacks](https://leetcode.com/problems/implement-queue-using-stacks)| [Swift](./Queue/ImplementQueueUsingStacks.swift)| Easy| O(n)| O(n)|
169167

170168
## Tree
171169
| Title | Solution | Difficulty | Time | Space |

0 commit comments

Comments
 (0)