There was an error while loading. Please reload this page.
1 parent f63e4f4 commit 9596c2eCopy full SHA for 9596c2e
README.md
@@ -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