Skip to content

sandinosanchez/CPU-Scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CPU-Scheduler

A cpu shceduler with memory allocation handling, supporting four algorithms to load process to the CPU. The GUI is implemented in JavaFX.

The algoritmhms are:

  • FCFS (First Come First Service)
  • RR (Round Robin)
  • SJF (Shortest Job First)
  • SRTF (Shortest Remaining Time First)

The memory allocation allows two different systems of partitioning and two algorithms to handle memory allocation.

  • Memory Models

    • Static partitions
    • Dynamic Partitions
  • Memory allocating

    • First Fit algorithm
    • Best Fit algorithm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages