Skip to content

Commit 7f0fbd2

Browse files
authored
Update README.md
1 parent e7712ff commit 7f0fbd2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
<img src="photos/cpu-sch-algo-logo.png" alt="cpu-scheduling-algos" />
44
</p>
55

6+
7+
[![Python version](https://img.shields.io/badge/python-%5E3.8.1-purple?style=flat-square)](https://www.python.org/)
8+
[![BSD Licence](https://img.shields.io/badge/licence-BSD-geen?style=flat-square)](LICENSE)
9+
[![Follow me](https://img.shields.io/github/followers/amir-shamsi?label=follow%20me&style=flat-square)](https://github.com/amir-shamsi)
10+
<a href="https://github.com/Amir-Shamsi/cpu-scheduling-algorithm" title="Repo Size">
11+
<img src="https://img.shields.io/github/repo-size/Amir-Shamsi/cpu-scheduling-algorithm?label=Repo%20Size&logo=Github&style=flat-square" alt="Project Initiator Repo Size"/>
12+
</a>
13+
614
This is an OS simulation that has been implemented by the CPU scheduling algorithms such as:<br>
715
- First Come, First Serve (<a href="https://en.wikipedia.org/wiki/Scheduling_(computing)#First_come,_first_served">FCFS</a>)
816
- Round Robin (<a href="https://en.wikipedia.org/wiki/Round-robin_scheduling">RR</a>)

0 commit comments

Comments
 (0)