You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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).