summaryrefslogtreecommitdiff
path: root/networkx/algorithms/bridges.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed unused root argument in has_bridges (#5846)Juanita Gomez2022-07-221-1/+4
* Improve bridges documentation (#5519)Dilara Tekinoglu2022-04-191-0/+11
* Add support for multigraphs to nx.bridges. (#5397)Lucas H. McCabe2022-03-231-6/+13
* Format w/ blackJarrod Millman2020-07-101-8/+8
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+0
* Update copyrightJarrod Millman2019-03-301-1/+1
* Fixing typo in bridges module (#2907)Guillaume Plique2018-03-191-2/+2
* Update copyrightJarrod Millman2018-01-201-1/+1
* Fix links (#2663)Jarrod Millman2017-09-111-1/+1
* Comply with pep8Jarrod Millman2017-08-141-0/+1
* Use dollar sign for inline mathJarrod Millman2017-08-141-8/+8
* [ENH] Added functions for k-edge-connected components/subgraphs (#2554)Jon Crall2017-08-081-5/+13
* Add local_bridges ideas from #2273 (#2525)Dan Schult2017-07-191-2/+60
* Adds linear-time bridge-finding algorithm. (#2306)jfinkels2017-07-191-0/+123