Du Yuanchao
|
4d0a8f2355
|
Optimized recursive_bubble_sort (#2410)
* optimized recursive_bubble_sort
* Fixed doctest error due whitespace
* reduce loop times for optimization
* fixup! Format Python code with psf/black push
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2020-09-10 10:31:26 +02:00 |
|
Christian Clauss
|
9316e7c014
|
Set the Python file maximum line length to 88 characters (#2122)
* flake8 --max-line-length=88
* fixup! Format Python code with psf/black push
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2020-06-16 10:09:19 +02:00 |
|
William Zhang
|
9eac17a408
|
psf/black code formatting (#1277)
|
2019-10-05 10:14:13 +05:00 |
|
Alok Shukla
|
8eab2f17f4
|
Solution for Problem Euler 56 (#1131)
* Solution for Euler 56
* Adding Type and Doctest as per guideline
* removing unused import
* correcting the way type check works
|
2019-08-13 19:16:11 +02:00 |
|