- Added the
in_degree_map
,out_degree_map
anddegree_map
functions to the graph class - Replaced per vertex in-degree calculating in the
topological_sort
algorithm with thein_degree_map
function
in_degree_map
, out_degree_map
and degree_map
functions to the graph classtopological_sort
algorithm with the in_degree_map
function