virgo icon indicating copy to clipboard operation
virgo copied to clipboard

Topological sort should return depth and support multiple roots

Open r2d4 opened this issue 4 years ago • 0 comments

  • Vertices should be type Vertex interface{} instead of string
  • Sort should return [][]Vertex instead of []string, grouping tasks that can be done in parallel together. This would support multiple roots

r2d4 avatar May 24 '21 19:05 r2d4