Python/data_structures
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
..
binary_tree MAINT: Updated f-string method (#6230) 2022-07-07 16:34:07 +02:00
disjoint_set Add type annotations (#4814) 2021-10-12 00:34:30 +08:00
hashing Improve code on f-strings and brevity (#6126) 2022-05-13 20:51:44 +08:00
heap Fix type annotations in randomized_heap.py (#5704) 2021-10-31 11:49:34 +01:00
linked_list Replace typing.optional with new annotations syntax (#5829) 2021-11-17 04:43:02 +01:00
queue [mypy] fix type annotations in data_structures/queue/circular_queue_linked_list.py (#5749) 2021-11-02 11:09:46 +01:00
stacks Fix some typos (#6113) 2022-05-01 18:44:23 +08:00
trie [mypy] Fix type annotations for trie.py (#5022) 2021-10-23 01:21:41 +08:00
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00