Skip to content

Commit 530d147

Browse files
committed
Updated Searching.rst
1 parent 1d653f3 commit 530d147

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

docs/Searching.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,16 @@ Breadth First Search
9494
--------------------
9595

9696
* Functions and their uses
97-
- .. py:function:: search(graph, startVertex)
97+
- .. function:: search(graph, startVertex)
9898

99-
returns the bfs for the ``graph``
99+
**graph** : takes the graph data structures with edges and vertices
100+
**startVertex** : it tells the function the vertex to start with
101+
Return Value : returns the bfs for the ``graph``
100102

101-
- .. py:function:: time_complexities()
103+
- .. function:: time_complexities()
102104

103-
returns time complexities
104-
105-
- .. py:function:: get_code()
105+
Return Value : returns time complexities
106106

107-
returns the code for the ``breadth_first_search.search()`` function
107+
- .. function:: get_code()
108+
109+
Return Value : returns the code for the ``breadth_first_search.search()`` function

0 commit comments

Comments
 (0)