Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
type
MyQueue
struct
{
18
stack []int
19
}
20
21
/** Initialize your data structure here. */
22
func
Constructor() MyQueue {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected