Skip to content

Commit 1d653f3

Browse files
committed
Updated Searching.rst
1 parent fd8b492 commit 1d653f3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/Searching.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,13 @@ Breadth First Search
9595

9696
* Functions and their uses
9797
- .. py:function:: search(graph, startVertex)
98+
9899
returns the bfs for the ``graph``
100+
99101
- .. py:function:: time_complexities()
102+
100103
returns time complexities
104+
101105
- .. py:function:: get_code()
106+
102107
returns the code for the ``breadth_first_search.search()`` function

0 commit comments

Comments
 (0)