Package util.collection
package util.collection
-
ClassesClassDescriptionGraph is a generic class representing a graph data structure with nodes and weighted edges.Graph.Edge<N,
E extends Number> Edge represents a connection between two nodes in the graph, possibly with a weight and additional properties.Tree<T>Tree is a generic class representing a tree data structure with nodes and children.TreeNode represents a node in the tree, holding a value and a list of children.