• Stars
    star
    1
  • Language
    C++
  • License
    MIT License
  • Created about 1 year ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Generic Multi Level Queue Scheduling Algorithm is used in Operating Systems to Schedule Tasks. The algo is currently initialized with two queues with the 1st Queue highest Priority (0) and the 2nd one with lower priority (1) . The first Queue maintains Round Robin Format and the second Queue maintains First Come First Serve ( FCFS ) format.

More Repositories