toggle menu
KAHelpers
androidJvm
switch theme
search in API
dataStructuresAndAlgorithms
/
dev.funkymuse.datastructuresandalgorithms.trees
Package-level
declarations
Types
Functions
Types
Tree
Node
Link copied to clipboard
class
TreeNode
<
T
>
(
val
value
:
T
)
Visitor
Link copied to clipboard
typealias
Visitor
<
T
>
=
(
TreeNode
<
T
>
)
->
Unit
Functions
leaf
Nodes
Link copied to clipboard
fun
leafNodes
(
height
:
Int
)
:
Int
nodes
Link copied to clipboard
fun
nodes
(
height
:
Int
)
:
Int