Package-level declarations

Types

Link copied to clipboard
abstract class AbstractTreePrinter<T : Any>(val whitespaceChar: Char = ' ')

Base class for printing a tree structure of objects of type T.

Link copied to clipboard
object Traversals

Depth-first and breadth-first traversals of any tree