Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Go
/ PostOrder
Method
PostOrder
structure/tree/example_test.go:24–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
PreOrder() []T
23
InOrder() []T
24
PostOrder() []T
25
LevelOrder() []T
26
AccessNodesByLayer() [][]T
27
}
Callers
1
TestTreePostOrder
Function · 0.65
Calls
no outgoing calls
Tested by
1
TestTreePostOrder
Function · 0.52