-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Description:
This issue proposes the integration of Google Test, a C++ testing framework, into the CPU-Scheduling-Algorithms project for systematic unit testing of each CPU scheduling algorithm implementation.
📌 What is the goal?
To set up Google Test to test the correctness and edge cases of all implemented scheduling algorithms:
FCFS (First Come First Serve)
RR (Round Robin with time quantum)
SPN (Shortest Process Next)
SRT (Shortest Remaining Time)
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed