Skip to content

Commit 16453c1

Browse files
committed
checkyml
1 parent e8e0095 commit 16453c1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
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/CPU-Scheduling-Algorithms?style=for-the-badge)
6+
![License](https://img.shields.io/github/license/priyanshscpp/
7+
Multithreaded-OS-Kernel-Components-in-Cpp
8+
?style=for-the-badge)
79

8-
![Last Commit](https://img.shields.io/github/last-commit/priyanshscpp/CPU-Scheduling-Algorithms?style=for-the-badge)
10+
![Last Commit](https://img.shields.io/github/last-commit/priyanshscpp/
11+
Multithreaded-OS-Kernel-Components-in-Cpp
12+
?style=for-the-badge)
913

1014
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.
1115

0 commit comments

Comments
 (0)