Feature: find bridges #1039
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
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
The text was updated successfully, but these errors were encountered: