Skip to content

v1.0.8

Choose a tag to compare

@SpectraL519 SpectraL519 released this 28 Nov 19:56
· 54 commits to master since this release
9b3ed9c
  • Added the in_degree_map, out_degree_map and degree_map functions to the graph class
  • Replaced per vertex in-degree calculating in the topological_sort algorithm with the in_degree_map function