My solutions for various programming problems. While correct, they are not guaranteed to be the best. Newer code is more likely to use better practices.
- CleverCode
- Codeforces
- Codewars (refferal URL)
- Most 8 kyu C++ problems
- Some 7 kyu C++ problems
- HackerRank
- LeetCode
- misc - problems from other sources and other files
- tools - scripts for maintaining this repository
- algorithms - useful code snippets
Site name | Problems | Points | Rank | Percentile |
---|---|---|---|---|
Clevercode | 96 | 333 | 78 | Top 2.935% |
Codewars | 364 | 1231 | 23497 | Top 3.580% |
Last update: 2024-08-16
This repository also contains some useful scrips:
clear.sh
- removes all executablesclear-all.sh
- removes all solutionsclevercode.py
- pulls and processes data from CleverCoderank.py
- gets user statistics from competitive programming sitesvalidate.py
- checks proper code formatting in this repository
You can run them with python3 tools/<tool_name>.py
I currently don't accept pull requests for this repository. However, if you notice a typo, a solution that no longer works or something else, feel free to open an issue.
This repository is licensed under the terms of the MIT License. See the LICENSE for more information.