Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VanjaRo/LeetCode
/ Constructor
Function
Constructor
tasks/232.go:22–24 ·
view source on GitHub ↗
** Initialize your data structure here. */
()
Source
from the content-addressed store, hash-verified
20
21
/** Initialize your data structure here. */
22
func
Constructor() MyQueue {
23
return
MyQueue{}
24
}
25
26
/** Push element x to the back of queue. */
27
func
(this *MyQueue) Push(x int) {
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected