Skip to content

Is there any support for directed graphs? #1

Description

@chrisdew

I'm considering adding support for directed graphs, as I can't find it here.

As far as I can see, without much thinking applied, this only needs the following:

  • An optional flag in the Graph constructor to allow directed graphs.
  • Some minor changes in search algorithms to only follow outward edges, if the graph is a directed graph.

What are your thoughts?

All the best,

Chris.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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