C++ stack implementation using linked list to support custom datatypes. Includes unit testing.
A command line board game in which two players arrange five ships on a grid of 10 x 10 and then strike each others ships in alternate turns until all the ships are destroyed.
Round Robin (RR) scheduler which prints gantt, cpu, input and output chart along with calculating total and average for turn around, waiting and response time for each process.
Shortest Job First (SJF) cpu scheduler which prints gantt, cpu, input and output chart along with calculating total and average for turn around, waiting and response time for each process.