mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 10:28:39 +00:00
updating DIRECTORY.md
This commit is contained in:
parent
bc5ec66512
commit
04de01ae05
@ -1076,7 +1076,6 @@
|
|||||||
* [Non Preemptive Shortest Job First](scheduling/non_preemptive_shortest_job_first.py)
|
* [Non Preemptive Shortest Job First](scheduling/non_preemptive_shortest_job_first.py)
|
||||||
* [Round Robin](scheduling/round_robin.py)
|
* [Round Robin](scheduling/round_robin.py)
|
||||||
* [Shortest Job First](scheduling/shortest_job_first.py)
|
* [Shortest Job First](scheduling/shortest_job_first.py)
|
||||||
* [Split Workload](scheduling/split_workload.py)
|
|
||||||
|
|
||||||
## Searches
|
## Searches
|
||||||
* [Binary Search](searches/binary_search.py)
|
* [Binary Search](searches/binary_search.py)
|
||||||
@ -1140,6 +1139,7 @@
|
|||||||
* [Shell Sort](sorts/shell_sort.py)
|
* [Shell Sort](sorts/shell_sort.py)
|
||||||
* [Shrink Shell Sort](sorts/shrink_shell_sort.py)
|
* [Shrink Shell Sort](sorts/shrink_shell_sort.py)
|
||||||
* [Slowsort](sorts/slowsort.py)
|
* [Slowsort](sorts/slowsort.py)
|
||||||
|
* [Split Workload](sorts/split_workload.py)
|
||||||
* [Stooge Sort](sorts/stooge_sort.py)
|
* [Stooge Sort](sorts/stooge_sort.py)
|
||||||
* [Strand Sort](sorts/strand_sort.py)
|
* [Strand Sort](sorts/strand_sort.py)
|
||||||
* [Tim Sort](sorts/tim_sort.py)
|
* [Tim Sort](sorts/tim_sort.py)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user