Abdullah Jamal
@Abdullahj
4 published packets
Joined May 2021
Published Projects
C++ stack template implementation using linked list
C++ stack implementation using linked list to support custom datatypes. Includes unit testing.
Jul 31, 2021
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.
Jul 27, 2021
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.
Jun 08, 2021
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.
May 31, 2021