Skip to content

Add stack based traversal #22

@GurkNathe

Description

@GurkNathe

The stack works by storing the nodes that have unexplored nodes. So when backtracking, you can just pop the top node off to get the best node to look at. Use whatever search method with this.

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