Python/scheduling
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
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
first_come_first_served.py Pyupgrade to Python 3.9 (#4718) 2021-09-07 13:37:03 +02:00
highest_response_ratio_next.py add highest_response_ratio_next.py (#6183) 2022-06-22 12:23:52 +08:00
multi_level_feedback_queue.py Add Multi-Level-Feedback-Queue scheduling algorithm (#6165) 2022-06-05 00:41:52 +08:00
non_preemptive_shortest_job_first.py Create non_preemptive_shortest_job_first.py (#6169) 2022-06-07 00:44:49 +08:00
round_robin.py Pyupgrade to Python 3.9 (#4718) 2021-09-07 13:37:03 +02:00
shortest_job_first.py MAINT: Updated f-string method (#6230) 2022-07-07 16:34:07 +02:00