Code

Featured ProjectS:

Gantt chart

MAR. 2023 – MAR 2023

In this C++ program, a simulation of CPU process scheduling is created.

Arrival times and service times are randomly generated, and processed through a priority queue in a Round Robin fashion.


CURRENTLY WORKING:


PAST PROJECTS:

Tic Tac Toe

MAR. 2023 – MAR 2023

In this C++ program, a basic understanding of the language is established.