File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments