Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
func
Constructor() MinStack {
14
return
MinStack{}
15
}
16
17
func
(this *MinStack) Push(x int) {
18
sn := &stackNode{
Callers
1
TestMinStack_1
Function · 0.70
Calls
no outgoing calls
Tested by
1
TestMinStack_1
Function · 0.56