You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To execute this go to terminal and execute as follows:
g++ main.cpp -lGL -lGLU -lglut
To excute this code one needs to have Open GL
The project is basically a demostration of process scheduling algorithms in the operating system.
the algorithms inculded are:
1)Round Robin(RR)
2) First come First serve(FCFS)
3)Shortest Job First(SJF)