Add a class for handling topological sorts for dependency graphs.
Review Request #7722 — Created Oct. 21, 2015 and submitted — Latest diff uploaded
DependencyGraph manages a graph of items and their dependencies, and can generate a list of items in dependency order. This will be used for determining the correct order in which to install packages.
Unit tests pass.