[PR #835] [CLOSED] Add Diskscheduling Algorithm #1346

Open
opened 2026-01-29 15:19:33 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/835
Author: @amityadav341
Created: 6/10/2021
Status: Closed

Base: masterHead: master


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/835 **Author:** [@amityadav341](https://github.com/amityadav341) **Created:** 6/10/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`bd88558`](https://github.com/TheAlgorithms/C/commit/bd885588094e44fa023cb60c09cfa5c868cd628e) Update hash_set.c - [`5226c06`](https://github.com/TheAlgorithms/C/commit/5226c06728422e6b970674650b51a396adbb0764) Update hash_set.c - [`20f3292`](https://github.com/TheAlgorithms/C/commit/20f3292d86e9e046740906960791389f0c5a9fcf) add diskscheduling algo ### 📊 Changes **3 files changed** (+131 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `OS_DiskScheduling_algorithm/SSTF.c` (+51 -0) ➕ `OS_DiskScheduling_algorithm/Scan.c` (+80 -0) 📝 `data_structures/hash_set/hash_set.c` (+0 -1) </details> ### 📄 Description Disk Scheduling Algorithm 1.SSTF 2.Scan --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:19:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1346