Package-level declarations

Types

Link copied to clipboard
class TreeNode<T>(val value: T)
Link copied to clipboard
typealias Visitor<T> = (TreeNode<T>) -> Unit

Functions

Link copied to clipboard
fun leafNodes(height: Int): Int
Link copied to clipboard
fun nodes(height: Int): Int