updating DIRECTORY.md

This commit is contained in:
github-actions 2023-07-29 12:27:13 +00:00
parent bc5ec66512
commit 04de01ae05

View File

@ -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)