Coders Packet

Packets submitted by Abdullah Jamal

C++ stack template implementation using linked list

C++ stack implementation using linked list to support custom datatypes. Includes unit testing.

Command-line Battleship Board Game with probability density backed bot in C++

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 scheduler with Gantt Chart in C++

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 scheduler with Gantt Chart in C++

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.