It is a Python code which asks for data in csv format for CBC mode encryption or decryption, performs the required operation and saves the output in the same file as different columns.
It is a C++ code which tells you the minimum number of attempts to know the critical floor out of k floors which will cause the eggs to break on landing. You are given n eggs to use.
It is a C++ code which tells you the minimum number of attempts to know the crtical floor out of k floors which will cause the eggs to break on landing. You are given n eggs to use.
This is a C++ code which includes three different completely luck-based games. One can easily switch between the games and the amount won in one game can be used in the other games as well.
This code is a simulation of a railway reservation/cancellation system, written by using multiple inheritance and functions in C++.