Python/matrix
Vardhaman 2d5dd6f132
MAINT: Updated f-string method (#6230)
* MAINT: Used f-string method

Updated the code with f-string methods wherever required for a better and cleaner understanding of the code.

* Updated files with f-string method

* Update rsa_key_generator.py

* Update rsa_key_generator.py

* Update elgamal_key_generator.py

* Update lru_cache.py

I don't think this change is efficient but it might tackle the error as the error was due to using long character lines.

* Update lru_cache.py

* Update lru_cache.py

Co-authored-by: cyai <seriesscar@gmail.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
2022-07-07 16:34:07 +02:00
..
tests [mypy] Added/fixed type annotations for "rotate_matrix.py" & "test_matrix_operation.py" (#4221) 2021-02-26 14:30:35 +01:00
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
count_islands_in_matrix.py Count (#2084) 2020-06-16 14:36:09 +02:00
inverse_of_matrix.py from __future__ import annotations (#2464) 2020-09-23 13:30:13 +02:00
matrix_class.py Wrap lines that go beyond GitHub Editor (#1925) 2020-05-01 23:36:35 +02:00
matrix_operation.py Improve code on f-strings and brevity (#6126) 2022-05-13 20:51:44 +08:00
nth_fibonacci_using_matrix_exponentiation.py [fixed] unused variable, standalone running, import doctest module (#4673) 2021-08-28 20:07:10 +02:00
rotate_matrix.py [mypy] Added/fixed type annotations for "rotate_matrix.py" & "test_matrix_operation.py" (#4221) 2021-02-26 14:30:35 +01:00
searching_in_sorted_matrix.py Pyupgrade to Python 3.9 (#4718) 2021-09-07 13:37:03 +02:00
sherman_morrison.py MAINT: Updated f-string method (#6230) 2022-07-07 16:34:07 +02:00
spiral_print.py [fixed] unused variable, standalone running, import doctest module (#4673) 2021-08-28 20:07:10 +02:00