This is a collection of my solutions to various online judge problems using C++.
To run the code, you need a C++ compiler such as GCC or Clang. You can also use an online IDE such as Replit or CodeChef IDE.
Each folder contains the source code and a readme file with the problem statement and link. You can compile and run the code using the following commands:
g++ -std=c++17 -O2 -Wall -o solution solution.cpp
./solution
This project is licensed under the MIT License. See the LICENSE file for details.
I would like to thank the following platforms for providing the problems and the online judge services: