Package at.jku.ssw.fp.sect04_3
-
Interface Summary Interface Description SearchAlgosGeneric.Controller<N,C extends Collection<N>> The interface for the controller of the search algorithm. -
Class Summary Class Description Demo1_SearchAlgos Demo showing search in a graph.Demo2_SearchAlgosGeneric Demo showing search in a graph with the generic search algorithms.Edge<V> Class representing an edge in a graph.Graph<V> Graph with nodes and edgesNode<V> Class representing a node in a graph.SearchAlgos Class with search methods.SearchAlgosGeneric Class implementing the generic version of the search algorithm.