Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Remove() function to red-black tree iterator #98

Closed
wants to merge 1 commit into from

Conversation

virtuald
Copy link

@virtuald virtuald commented Jan 7, 2019

Fixes #28, using idea as suggested by @raltnoeder . Seems to work.

@emirpasic
Copy link
Owner

This would need to implemented on the Container interface level, i.e. for all data structures. Removing elements during iteration should be reconsidered carefully and invovle locking mechanisms

1 similar comment
@emirpasic
Copy link
Owner

This would need to implemented on the Container interface level, i.e. for all data structures. Removing elements during iteration should be reconsidered carefully and invovle locking mechanisms

@emirpasic emirpasic closed this Apr 13, 2022
@emirpasic emirpasic closed this Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deleting elements when iterating (iterator.Remove)
2 participants