Package io.openml.gearbox.bfs
package io.openml.gearbox.bfs
-
ClassDescriptionRepresents an operation to be performed on the general Breath-First Search (BFS) algorithm and let us define ad-hoc operation by reusing the general BFS.Node<T>Represents a node in graph that can be 'visited' by a
NodeVisitor
.The abstract parent type that all BFS visitor must implement and encapsulates the operations for each user-defined problem.