[PR #1193] [MERGED] Added process_scheduling_algorithms #1775

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1193
Author: @saadh123
Created: 12/25/2022
Status: Merged
Merged: 12/28/2022
Merged by: @Panquesito7

Base: masterHead: master


📝 Commits (3)

📊 Changes

2 files changed (+21 additions, -0 deletions)

View changed files

📝 CMakeLists.txt (+1 -0)
process_scheduling_algorithms/CMakeLists.txt (+20 -0)

📄 Description

Description of Change

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

All folders should be included in the CMake file to run the tests properly and make sure the code fits our standards.
This new folder, which is named process_scheduling_algorithms, isn't added to CMakeLists and should be added as soon as possible.


🔄 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/1193 **Author:** [@saadh123](https://github.com/saadh123) **Created:** 12/25/2022 **Status:** ✅ Merged **Merged:** 12/28/2022 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`5737ec1`](https://github.com/TheAlgorithms/C/commit/5737ec126a37f07b42284614f759be2f6aa2bc2e) Update CMakeLists.txt - [`012c4d5`](https://github.com/TheAlgorithms/C/commit/012c4d5ce4625b74b8b03013aaa28e4bdb7748a9) Create CMakeLists.txt - [`e8648c1`](https://github.com/TheAlgorithms/C/commit/e8648c182b2bfc120bf384b76a8923bedd7054d9) Merge branch 'master' into master ### 📊 Changes **2 files changed** (+21 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+1 -0) ➕ `process_scheduling_algorithms/CMakeLists.txt` (+20 -0) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> #### References <!-- Add any reference to previous pull-request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [ ] Added description of change - [ ] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [ ] Added tests and example, test must pass - [ ] Relevant documentation/comments is changed or added - [ ] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [ ] Search previous suggestions before making a new one, as yours may be a duplicate. - [ ] I acknowledge that all my contributions will be made under the project's license. All folders should be included in the CMake file to run the tests properly and make sure the code fits our standards. This new folder, which is named process_scheduling_algorithms, isn't added to CMakeLists and should be added as soon as possible. --- <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:24:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1775