My personal code-book to reuse code for competitive programming also for reusable algorithm and data structure.
Anyone one can get code from here and play with it. Please, don't use code without understanding the meaning.
The codes will be in python or C++. So, a C++ compiler or python needed to be installed.
- Run the c++ code
$ g++ example.cppthen.\a.exefor windows,./a.outfor ubuntu - Run the python code
$ python example.py
Anyone welcomed to play with code.