CarsonHam
|
61f3119467
|
Change occurrences of str.format to f-strings (#4118)
* f-string update rsa_cipher.py
* f-string update rsa_key_generator.py
* f-string update burrows_wheeler.py
* f-string update non_recursive_segment_tree.py
* f-string update red_black_tree.py
* f-string update deque_doubly.py
* f-string update climbing_stairs.py
* f-string update iterating_through_submasks.py
* f-string update knn_sklearn.py
* f-string update 3n_plus_1.py
* f-string update quadratic_equations_complex_numbers.py
* f-string update nth_fibonacci_using_matrix_exponentiation.py
* f-string update sherman_morrison.py
* f-string update levenshtein_distance.py
* fix lines that were too long
|
2021-02-23 11:23:49 +05:30 |
|
Christian Clauss
|
9200a2e543
|
from __future__ import annotations (#2464)
* from __future__ import annotations
* fixup! from __future__ import annotations
* fixup! from __future__ import annotations
* fixup! Format Python code with psf/black push
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2020-09-23 13:30:13 +02:00 |
|
TheSuperNoob
|
d2f7982a4e
|
Update quadratic equations solver (#1764)
Use pythons complex number module cmath for the calculation of the
roots
|
2020-02-20 00:15:55 +05:30 |
|
Christian Clauss
|
7cf3db1843
|
Add test for QuadraticEquation() (#1107)
|
2019-08-06 21:32:27 +02:00 |
|
Christian Clauss
|
89acf5d017
|
print() is a function just like every other function (#1101)
* print() is a function just like every other function
|
2019-08-06 12:14:23 +02:00 |
|
Harshil
|
6654e1ec7d
|
remove from __future__, propre filename (#1102)
|
2019-08-06 11:41:23 +02:00 |
|