Skip to content

Tree Traversals #5

Description

@DAHeath

A lot of traversals pass through the graph in a tree. It might be cool to have an abstraction for this concept and a way to get an actual Tree (Data.Tree?) out of anything under the abstraction.

Along these lines, there should be versions of DFS and BFS which only perform the tree traversal on edges, rather than hitting every edge.

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