MCPcopy Create free account
hub / github.com/austingebauer/go-leetcode / Constructor

Function Constructor

min_stack_155/solution.go:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11}
12
13func Constructor() MinStack {
14 return MinStack{}
15}
16
17func (this *MinStack) Push(x int) {
18 sn := &stackNode{

Callers 1

TestMinStack_1Function · 0.70

Calls

no outgoing calls

Tested by 1

TestMinStack_1Function · 0.56