Skip to main content

Module tree

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