Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.15 KB

README.md

File metadata and controls

50 lines (37 loc) · 1.15 KB

License: MIT version

Process Scheduling Algorithm Application

Android app which simulates basic CPU processing algorithms.

Supported Algorithms

  • First come first serve(FCFS)
  • Shortest Job First (Preemptive/ Non-Preemptive)
  • Priority based (Preemptive/ Non-Preemptive)
  • Round Robin

Screenshots


How can I support the developer?

  • Star GitHub Repository ⭐
  • Create pull requests, submit bugs, suggest new features or documentation updates 🔧

Authors

Made with ❤️