Package io.github.astrapi69.gen.tree.binary
package io.github.astrapi69.gen.tree.binary
-
ClassesClassDescriptionThe abstract class
GenericBinaryTree
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.