Coders Packet

Packets submitted by Tanmay Ahuja

Large Number Factorial Calculator using C++

This project tells on how to calculate Factorial of large numbers using C++ that cannot be calculated through the calculator.

Minimize the Heights in C++

To find out the possible minimum difference of the height of shortest and longest towers after modifying each tower in C++.

Password Encryption using C++

A project to encrypt a Password in 2 modes either Simple encryption or Advanced Encryption using C++

The Joshephus Problem using C++

The Josephus problem (or Josephus permutation) is a theoretical problem related to a certain counting-out game using C++.

Phonebook Management System using C++

In this project, users can add a new phone record, display existing phone records, search a particular phone record and delete phone records using C++.

Payroll Management System using C++

Basic operations users can perform via this program project that is based on file handling are adding new employee record, modifying, deleting a record, displaying employee’s record Using C++

Minimize the Heights in C++

To find out the possible minimum difference of the height of shortest and longest towers after modifying each tower in C++.

The Famous Joshephus Problem using C++

The Josephus problem (or Josephus permutation) is a theoretical problem related to a certain counting-out game using C++.