Package io.github.astrapi69.gen.tree.binary
package io.github.astrapi69.gen.tree.binary
-
ClassesClassDescriptionThe abstract class
GenericBinaryTreerepresents a generic binary tree.LinkedNode<T>The classLinkedNodeis a representation of a binary tree node and can have only one next element and one previous element and a current value.