Coders Packet

Packets submitted by Prajjwal Chittori

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.

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.

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)

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.