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 2c15b8c commit e118acaCopy full SHA for e118aca
searches/binary_search.py
@@ -1,13 +1,12 @@
1
#!/usr/bin/env python3
2
3
"""
4
-Pure Python implementations of binary search algorithms
5
-
6
-For doctests run the following command:
+For doctests (running the example tests written in this file), run:
7
python3 -m doctest -v binary_search.py
8
9
-For manual testing run:
+For manual testing (running the script normally), run:
10
python3 binary_search.py
+
11
12
13
from __future__ import annotations
0 commit comments