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

Feature: find bridges #1039

Closed
robinvd opened this issue Dec 15, 2023 · 2 comments · Fixed by #1058
Closed

Feature: find bridges #1039

robinvd opened this issue Dec 15, 2023 · 2 comments · Fixed by #1058
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@robinvd
Copy link

robinvd commented Dec 15, 2023

What is the expected enhancement?

I currently use networkx for a project, the only missing functionality preventing me from trying out this lib is a method for finding the bridges in a graph!

method in networkx: https://networkx.org/documentation/stable/reference/algorithms/generated/networkx.algorithms.bridges.bridges.html#networkx.algorithms.bridges.bridges

i found an implementation in this rust lib, but i dont know if youre open to using extra libs: https://docs.rs/graphalgs/latest/graphalgs/connect/fn.find_bridges.html

@IvanIsCoding
Copy link
Collaborator

We already have rustworkx.articulation_points and rustworkx.biconnected_components so we already have the algorithms implemented. We just need to tweak it to return bridges instead of components

@IvanIsCoding IvanIsCoding added enhancement New feature or request good first issue Good for newcomers labels Dec 16, 2023
@IvanIsCoding IvanIsCoding added the help wanted Extra attention is needed label Jan 9, 2024
@inmzhang
Copy link
Contributor

inmzhang commented Jan 14, 2024

I would like to look into this when I have time @IvanIsCoding

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

Successfully merging a pull request may close this issue.

3 participants