AmirSoroush
|
842d03fb2a
|
improvements to jump_search.py (#8932)
* improvements to jump_search.py
* add more tests to jump_search.py
|
2023-08-08 14:47:09 -07:00 |
|
Guillaume Rochedix
|
f754c0d31f
|
Jump search (#2415)
* jump_search: doctest, docstring, type hint, inputs
* jumpsearch.py: case number not found
* trailing whitespace jump search
|
2020-09-12 07:50:12 +02:00 |
|
Christian Clauss
|
bfcb95b297
|
Create codespell.yml (#1698)
* fixup! Format Python code with psf/black push
* Create codespell.yml
* fixup! Format Python code with psf/black push
|
2020-01-18 13:24:33 +01:00 |
|
William Zhang
|
9eac17a408
|
psf/black code formatting (#1277)
|
2019-10-05 10:14:13 +05:00 |
|
Christian Clauss
|
47a9ea2b0b
|
Simplify code by dropping support for legacy Python (#1143)
* Simplify code by dropping support for legacy Python
* sort() --> sorted()
|
2019-08-19 15:37:49 +02:00 |
|
douly
|
18907e4a07
|
fix type error (except an int) in jumpmp_search line 7.
|
2018-04-13 09:56:40 +08:00 |
|
cclauss
|
4e06949072
|
Modernize Python 2 code to get ready for Python 3
|
2017-11-25 10:23:50 +01:00 |
|
Deepak345
|
09131a70a1
|
implemented jump search
|
2017-10-12 14:40:15 +05:30 |
|