[LeetCode] 232. Implement Queue using Stacks
[LeetCode] 232. Implement Queue using Stacks
Kotlin
1 | class MyQueue() { |
1 | Runtime: 168 ms, faster than 26.03% of Kotlin online submissions for Implement Queue using Stacks. |
1 | class MyQueue() { |
1 | Runtime: 168 ms, faster than 26.03% of Kotlin online submissions for Implement Queue using Stacks. |