Module tree

Source

Structsยง

BinaryTree
A BinaryTree data structure that contains a TreeNode and two optional child nodes (left and right)
TreeNode
A tree node that holds a value of type T generic