Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/VanjaRo/LeetCode
/ Push
Method
Push
tasks/150.go:57–59 ·
view source on GitHub ↗
(el int)
Source
from the content-addressed store, hash-verified
55
}
56
57
func
(st *Stack) Push(el int) {
58
st.stack = append(st.stack, el)
59
}
Callers
1
evalRPN
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected