mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1193] [MERGED] Added process_scheduling_algorithms #1775
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/1193
Author: @saadh123
Created: 12/25/2022
Status: ✅ Merged
Merged: 12/28/2022
Merged by: @Panquesito7
Base:
master← Head:master📝 Commits (3)
5737ec1Update CMakeLists.txt012c4d5Create CMakeLists.txte8648c1Merge branch 'master' into master📊 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
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.