Skip to content

Commit 9c64741

Browse files
authored
fix documentation after resolving conflicts
1 parent 3fd898a commit 9c64741

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pydatastructs/graphs/algorithms.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,6 +1697,9 @@ def find_bridges(graph):
16971697
>>> graph.add_edge(v3.name, v4.name)
16981698
>>> find_bridges(graph)
16991699
[('0', '1'), ('1', '2'), ('2', '3'), ('3', '4')]
1700+
1701+
References
1702+
==========
17001703
.. [1] https://en.wikipedia.org/wiki/Bridge_(graph_theory)
17011704
"""
17021705

0 commit comments

Comments
 (0)