C++ Projects

Scheduling Algorithms (Academic Project) 2024

• Designed to understand modern day scheduling algorithms which are currently in used for several Operating systems. Advanced C++ concepts of vectors, searching algorithms, DSA like array and queue are used for development of this project.

C++
Algorithms
Data Structures

AI Version Control Game (Personal Project) 2023

• Designed to learn Object oriented programming concepts in C++ which leads to better code modularity, Reusability, data abstraction, Encapsulation, and scalability etc. This game is developed using C++ concepts of randomization.

C++
OOP
Game Logic