Implementation of various algorithms used in Operating Systems
- First Come First Serve (FCFS)
- Highest Response Ratio Next
- Longest Remaining Time First
- Shortest Remaining Time First
- Round Robin
- Preemptive Priority Scheduling
- Non-preemptive Priority Scheduling