An OS scheduler simulator and a memory allocator.
- First Come First Serve
- Shortest Job First
- Preemtive Highest Priority First
- Shortest Remaining Time Next
- Round Robin
- First Fit
- Next Fit
- Best Fit
- Buddy System Allocation
An OS scheduler simulator and a memory allocator.