Module gen.tree
Package io.github.astrapi69.tree.binary
-
Class Summary Class Description GenericBinaryTree<T> The abstract classGenericBinaryTree
represents a generic binary tree.LinkedNode<T> The classLinkedNode
is a representation of a binary tree node and can have only one next element and one previous element and a current value.