lrtf-scheduling

There are 5 repositories under lrtf-scheduling topic.

  • Piyuuussshhh/Scheduling-and-Replacement-Algorithms

    Process Scheduling and Page Replacement Algorithms

    Language:C++2100
  • dishankkalra23/Algorithms

    Algorithms used in Computer Science Courses and Projects

    Language:Python1100
  • LRTF-Scheduling

    iamjatinchauhan/LRTF-Scheduling

    Longest Remaining Time First is a scheduling Algorithm used by operating system to schedule the incoming processes so that they can be executed in a systematic way. This algorithm schedules those processes first which have the longest processing time remaining for completion.

    Language:Jupyter Notebook1005
  • PuruJohri/OS

    Longest Remaining Time First (LRTF) Scheduling Algorithm

    Language:C1200
  • Haleshot/OS-Programs

    A comprehensive collection of algorithms pertaining to Operating Systems. It encompasses a wide range of topics, including fundamental scheduling algorithms such as First Come First Serve (FCFS), Shortest Job First (SJF), and Round Robin (RR).

    Language:Python0200