io.leonis.algieba.tree.Tree Maven / Gradle / Ivy
package io.leonis.algieba.tree;
/**
* The Interface Tree.
*
* @param The type of object stored inside the node.
* @author Rimon Oz
*/
public interface Tree extends Graph {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy