We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would it be possible to add an implementation of a breadth-first iterator ? Or is that not possible in a generic way?
The text was updated successfully, but these errors were encountered:
You know about https://juliacollections.github.io/AbstractTrees.jl/stable/api/#AbstractTrees.StatelessBFS? But if you need a more efficient option, I'd encourage you to give it a try and see if you can contribute it.
Sorry, something went wrong.
I completely missed it 😳 and I just ended up implementing a statefull BFS. Very sorry for the noise!
If it's generic, consider contributing it here. I doubt you'll be the last to ask.
No branches or pull requests
Would it be possible to add an implementation of a breadth-first iterator ?
Or is that not possible in a generic way?
The text was updated successfully, but these errors were encountered: