MCPcopy Create free account
hub / github.com/VanjaRo/LeetCode / MyQueue

Struct MyQueue

tasks/232.go:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type MyQueue struct {
18 stack []int
19}
20
21/** Initialize your data structure here. */
22func Constructor() MyQueue {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected