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

Method Depth

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

Source from the content-addressed store, hash-verified

15 Empty() bool
16 Has(T) bool
17 Depth() int
18 Max() (T, bool)
19 Min() (T, bool)
20 Predecessor(T) (T, bool)

Callers 3

TestPushFunction · 0.65
TestDeleteFunction · 0.65
TestTreeDepthFunction · 0.65

Calls

no outgoing calls

Tested by 3

TestPushFunction · 0.52
TestDeleteFunction · 0.52
TestTreeDepthFunction · 0.52