Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VanjaRo/LeetCode
/ Stack
Struct
Stack
tasks/150.go:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
type
Stack
struct
{
44
stack []int
45
}
46
47
// func NewStack() Stack {
48
// return stack
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected