Skip to content

Implement Iterator for Binary Search Tree #778

@mitchellirvin

Description

@mitchellirvin

The current iterator implementation is only against a List. I think the beauty/power of an iterator is best exemplified in its implementation against more complex data structures. I'd like to implement an Iterator over a BST (for starters).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions