We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aafe46 commit b58c20aCopy full SHA for b58c20a
DIRECTORY.md
@@ -591,7 +591,8 @@
591
592
## Scheduling
593
* [First Come First Served](https://github.com/TheAlgorithms/Python/blob/master/scheduling/first_come_first_served.py)
594
- * [Shortest Job First Algorithm](https://github.com/TheAlgorithms/Python/blob/master/scheduling/shortest_job_first_algorithm.py)
+ * [Round Robin](https://github.com/TheAlgorithms/Python/blob/master/scheduling/round_robin.py)
595
+ * [Shortest Job First](https://github.com/TheAlgorithms/Python/blob/master/scheduling/shortest_job_first.py)
596
597
## Searches
598
* [Binary Search](https://github.com/TheAlgorithms/Python/blob/master/searches/binary_search.py)
0 commit comments