Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create program.c #1622

Merged
merged 2 commits into from
Nov 4, 2024
Merged

Create program.c #1622

merged 2 commits into from
Nov 4, 2024

Conversation

khwaishchawla
Copy link
Contributor

Shortest Remaining Time First (SRTF) is a preemptive version of the Shortest Job First (SJF) scheduling algorithm. In SRTF, the CPU always executes the process that has the smallest remaining time. If a new process arrives with a shorter remaining time than the current process, the CPU will switch to execute this new process.

@khwaishchawla
Copy link
Contributor Author

@pankaj-bind kindly review the PR

@pankaj-bind pankaj-bind merged commit 7d4574f into AlgoGenesis:main Nov 4, 2024
1 of 2 checks passed
@khwaishchawla khwaishchawla deleted the patch-3 branch November 5, 2024 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants