- The table below summarizes this repo
- Clicking on the problem name will redirect you to the codeforces official website.
- For each problem corresponding solutions for
C++andPythonare mentioned asYesorNoindicating the availability of the solution in that specific language in the repository. Clicking onYesfor corresponding problem will take you to the repo link of problem solution.
- Fork the repository
- Make the desired changes (add/delete/modify)
- Make a pull request
- If there is no solution to a problem in either
C++orPythonin the main branch - If your solution to an existing problem is asymptotically faster than the one in the main branch
- If your algorithm has the same time complexity but with reduced code size. In such cases comment the original solution and make a pull request with your solution
- If your method of solving asymptotically slower then comment your solution and make a pull request
