You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PLEASE SCROLL TO THE BOTTOM OF THE PAGE TO READ THE CONTRIBUTION GUIDELINES ⚡
Note 📌
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++ and Python are mentioned as Yes or No indicating the availability of the solution in that specific language in the repository. Clicking on Yes for corresponding problem will take you to the repo link of problem solution.
If there is no solution to a problem in either C++ or Python in 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