We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48743d3 commit acb9ac2Copy full SHA for acb9ac2
DIRECTORY.md
@@ -41,6 +41,7 @@
41
42
## Cpu Scheduling Algorithms
43
* [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)
45
46
## Data Structures
47
* [Avltree](https://github.com/TheAlgorithms/C-Plus-Plus/blob/HEAD/data_structures/avltree.cpp)
0 commit comments