We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d171528 commit de75a87Copy full SHA for de75a87
algorithms/searching/bmh_search.py
@@ -10,7 +10,7 @@
10
11
Pre: a string > substring.
12
13
- Post: returns a list of indexes where the substring was found.
+ Post: returns a list of indices where the substring was found.
14
15
Time: Complexity: O(m + n), where m is the substring to be found.
16
0 commit comments