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

A BFS layers algorithm #804

Open
LaurentBergeron opened this issue Feb 2, 2023 · 3 comments
Open

A BFS layers algorithm #804

LaurentBergeron opened this issue Feb 2, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@LaurentBergeron
Copy link

LaurentBergeron commented Feb 2, 2023

What is the expected enhancement?

Should be similar to the networkx API: https://networkx.org/documentation/stable/reference/algorithms/generated/networkx.algorithms.traversal.breadth_first_search.bfs_layers.html

It would be great to allow using the visit.BFSVisitor feature, like the current rustworkx bfs_search implementation

@mtreinish mtreinish added the enhancement New feature or request label Feb 2, 2023
@abhamra
Copy link
Contributor

abhamra commented Oct 4, 2023

I would like to be assigned to this task, if possible

@abhamra
Copy link
Contributor

abhamra commented Oct 8, 2023

@mtreinish Not sure if this task is still up for grabs, but glad to take it on at some point!

@mtreinish
Copy link
Member

@abhamra sure thing, I've assigned the issue to you.

@IvanIsCoding IvanIsCoding added help wanted Extra attention is needed good first issue Good for newcomers labels Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants