We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996a53c commit 6e06994Copy full SHA for 6e06994
docs/Searching.rst
@@ -80,6 +80,7 @@ Binary Search
80
* Functions and their uses
81
82
.. function:: binary_search.search(List, key)
83
+ :module: pygorithm.searching
84
85
- **List** : *Sorted* list in which the key is to be searched
86
- **key** : key to be searched in the list
0 commit comments