Skip to content

Generalization of Shortest Path #8

Description

@DAHeath

At the moment, a shortest path traversal between two indices is implemented, which is handy. However, there is a generalization of this which is the shortest path to all other indices.

What's the best way to present this? A map of traversals?

This generalization should be applied for

  • Unweighted edges (using Dijkstra)
  • Positive weight edges (Dijkstra)
  • Arbitrary weight edges (Bellman-Ford)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions