mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #835] [CLOSED] Add Diskscheduling Algorithm #1346
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/835
Author: @amityadav341
Created: 6/10/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
bd88558Update hash_set.c5226c06Update hash_set.c20f3292add diskscheduling algo📊 Changes
3 files changed (+131 additions, -1 deletions)
View changed files
➕
OS_DiskScheduling_algorithm/SSTF.c(+51 -0)➕
OS_DiskScheduling_algorithm/Scan.c(+80 -0)📝
data_structures/hash_set/hash_set.c(+0 -1)📄 Description
Disk Scheduling Algorithm
1.SSTF
2.Scan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.