Module lv.id.jc.algorithm.graph
module lv.id.jc.algorithm.graph
The module contains an interface for a graph and an interface for a graph search algorithm.
There is an implementation of two search algorithms:
Dijkstra's algorithm and Breadth First Search algorithm.
-
Packages