Add Dijkstra's algorithm and graphutils module

Review Request #7327 — Created May 21, 2015 and submitted — Latest diff uploaded

Information

Review Board
dvcs
f65ae49...

Reviewers

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.

    Loading...