Skip to content

Commit 9596c2e

Browse files
authored
Create README.md
1 parent f63e4f4 commit 9596c2e

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
@@ -0,0 +1,8 @@
1+
# Disk-Scheduling-Algorithms
2+
3+
A project completed for an Operating Systems class.
4+
5+
Implemented in this project are the First Come First Serve (FCFS), Shortest Seek Time First (SSTF),
6+
and SCAN algorithms for disk scheduling.
7+
8+
To run this program you will need a C compiler.

0 commit comments

Comments
 (0)