process-scheduling-algorithms icon indicating copy to clipboard operation
process-scheduling-algorithms copied to clipboard

Program for scheduling algorithms in C++

Results 4 process-scheduling-algorithms issues
Sort by recently updated
recently updated
newest added

using the following arrival times and burst times ![RR](https://user-images.githubusercontent.com/117111657/199076335-f6028079-d338-4b86-9d51-5f0afedf9fd2.png) CT & TAT & WT are not correct in the table at the first, fourth and fifth processes and Avg waiting...

memset() is function from "cstring" library, which was not included in the program.

header file for memset() was not included ,fixed by using header file string.h