Skip to content

[NEW ALGORITHM] #4758

Description

Name:

Shortest Job First (SJF) CPU Scheduling Algorithm

About:

I would like to propose adding the Shortest Job First (SJF) CPU scheduling algorithm (non-preemptive) to the "CPU Scheduling Algorithms" section of the repository.

Currently, only the First-Come, First-Served (FCFS) algorithm is implemented. Adding SJF will expand this section by introducing a non-preemptive algorithm that selects the waiting process with the smallest execution time.

I will implement this algorithm in C, ensuring the code structure, style, and documentation align with the existing FCFS implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions