Add Dijkstra's algorithm and graphutils module
Review Request #7327 — Created May 22, 2015 and submitted — Latest diff uploaded
This patch adds the
diffviewer.graphutils
module which will contain
general purpose graph algorithms, the first of which being Dijkstra's
shortest path algorithm.
Ran unit tests.