Skip to content

Commit acb9ac2

Browse files
docs: update DIRECTORY.md (#2899)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 48743d3 commit acb9ac2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DIRECTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
## Cpu Scheduling Algorithms
4343
* [Fcfs Scheduling](https://github.com/TheAlgorithms/C-Plus-Plus/blob/HEAD/cpu_scheduling_algorithms/fcfs_scheduling.cpp)
44+
* [Non Preemptive Sjf Scheduling](https://github.com/TheAlgorithms/C-Plus-Plus/blob/HEAD/cpu_scheduling_algorithms/non_preemptive_sjf_scheduling.cpp)
4445

4546
## Data Structures
4647
* [Avltree](https://github.com/TheAlgorithms/C-Plus-Plus/blob/HEAD/data_structures/avltree.cpp)

0 commit comments

Comments
 (0)