Coders Packet

Packets submitted by Tushar Takshak

Gambling simulator in C++

This C++ code simulates the betting which happens usually at places like casinos, clubs, etc.

Ant Eating Simulation in C++

This Project predicts Ant movements and other features that are affected by the food near them coded in C++

Method to Decrypt passwords in C++

This code takes a string input by a user and decrypts it into its actual corresponding password in C++.