Skip to content

mmadreza99/algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

algorithm

fcfs / RR / SRTF

Implementing three algorithms:

  • First come, first served (FCFS): Exit in the order of arrival is one of the methods of organizing data control according to time and prioritization.
  • Round-robin scheduling: The round-robin scheduling algorithm is one of the simplest scheduling algorithms for processing in the operating system.
  • Shortest Remaining Time First (SRTF): In the shortest process selection algorithm, a process that requires the shortest processing time is selected for processing.

About

fcfs / RR / SRTF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages