MCPcopy 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. */
22func Constructor() MyQueue {
23 return MyQueue{}
24}
25
26/** Push element x to the back of queue. */
27func (this *MyQueue) Push(x int) {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected