MCPcopy Index your code
hub / github.com/TheAlgorithms/Go / PreOrder

Method PreOrder

structure/tree/example_test.go:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 Predecessor(T) (T, bool)
21 Successor(T) (T, bool)
22 PreOrder() []T
23 InOrder() []T
24 PostOrder() []T
25 LevelOrder() []T

Callers 1

TestTreePreOrderFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestTreePreOrderFunction · 0.52