process-scheduling-algorithms
process-scheduling-algorithms copied to clipboard
Program for scheduling algorithms in C++
using the following arrival times and burst times  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
cstring is missing memset won't work