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

Method GetMin

min_stack_155/solution.go:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68func (this *MinStack) GetMin() int {
69 return this.min.val
70}

Callers 1

TestMinStack_1Function · 0.80

Calls

no outgoing calls

Tested by 1

TestMinStack_1Function · 0.64