Skip to content

Commit ad4a23b

Browse files
committed
checkyml
1 parent 2bf2d35 commit ad4a23b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33

44
![Status](https://img.shields.io/badge/status-active-success?style=for-the-badge&logo=verizon)
55

6-
![License](https://img.shields.io/github/license/priyanshscpp/Multithreaded-OS-Kernel-Components-in-Cpp?style=for-the-badge)
6+
![License](https://img.shields.io/github/license/priyanshscpp/CPU-Scheduling-Algorithms?style=for-the-badge)
77

8-
![Last Commit](https://img.shields.io/github/last-commit/priyanshscpp//Multithreaded-OS-Kernel-Components-in-Cpp
9-
?style=for-the-badge)
108

119
An implementation of various CPU scheduling algorithms in C++. The algorithms included are First Come First Serve (FCFS), Round Robin (RR), Shortest Process Next (SPN), Shortest Remaining Time (SRT), Highest Response Ratio Next (HRRN), Feedback (FB) and Aging.
1210

0 commit comments

Comments
 (0)