Skip to content

Commit 9e04eeb

Browse files
committed
main
1 parent 86b1545 commit 9e04eeb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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)
7+
8+
![Last Commit](https://img.shields.io/github/last-commit/priyanshscpp/CPU-Scheduling-Algorithms?style=for-the-badge)
9+
610
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.
711

812
## Table of Contents
File renamed without changes.

0 commit comments

Comments
 (0)