Prajjwal Chittori
@prajjwal
4 published packets
Joined Mar 2021
Published Projects
Guessing Game in C++
The following packet includes a guessing number game in which you can play a pseudoslot machine game of guessing the number with rewards including 10 times the your current balance.
Jun 28, 2021
Restaurant Management System in C++
This packet includes the files for a management system for a restaurant. This includes .exe file which can be directly executed by any windows based system.
Jun 28, 2021
2 Player Chess game and engine in C++
This packet contains a 2 player chess game that can be run on the local machine. Technology Stack: C++, STL Library)
Jun 28, 2021
DSU using Rank and Path compression in C++
This implementation takes the data structure and uses union by rank and path compression techniques to decrease the find operation to O(1) complexity and union to O(log n) complexity.
Apr 05, 2021