Skip to content

Commit 2f31a0e

Browse files
authored
Update README.md
1 parent f9797ae commit 2f31a0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
![Profile Views](https://komarev.com/ghpvc/?username=priyanshscpp&color=blue)
33

44
![Status](https://img.shields.io/badge/status-active-success?style=for-the-badge&logo=verizon)
5-
6-
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6+
[![Code Coverage](https://codecov.io/gh/priyanshscpp/Multithreaded-OS-Kernel/branch/main/graph/badge.svg)](https://codecov.io/gh/priyanshscpp/Multithreaded-OS-Kernel)
77

88
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.
99

@@ -242,4 +242,4 @@ See the [LICENSE](./LICENSE) file for details.
242242

243243
© 2025 Priyanshu Yadav (priyanshscpp).
244244
This project is licensed under the MIT License.
245-
See the [LICENSE](./LICENSE) file for details.
245+
See the [LICENSE](./LICENSE) file for details.

0 commit comments

Comments
 (0)