https://github.com/tgrants/programming-problem-set-solutions
Various programming problem set solutions.
https://github.com/tgrants/programming-problem-set-solutions
clevercode-solutions codeforces-solutions codewars-solutions hackerrank-solutions leetcode-solutions problem-sets
Last synced: 4 months ago
JSON representation
Various programming problem set solutions.
- Host: GitHub
- URL: https://github.com/tgrants/programming-problem-set-solutions
- Owner: tgrants
- License: mit
- Created: 2022-08-03T17:29:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T20:59:44.000Z (over 1 year ago)
- Last Synced: 2025-03-15T22:51:21.662Z (11 months ago)
- Topics: clevercode-solutions, codeforces-solutions, codewars-solutions, hackerrank-solutions, leetcode-solutions, problem-sets
- Language: C++
- Homepage:
- Size: 515 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Programming problem set solutions
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.
## Contents
* [CleverCode](https://clevercode.lv/)
* [Codeforces](https://codeforces.com/)
* [Codewars](https://www.codewars.com/r/XTssMw) (refferal URL)
* Most 8 kyu C++ problems
* Some 7 kyu C++ problems
* [HackerRank](https://www.hackerrank.com)
* [LeetCode](https://leetcode.com/)
* misc - problems from other sources and other files
* tools - scripts for maintaining this repository
* algorithms - useful code snippets
### Other problemsets
* [CSES](https://cses.fi)
* [DM::OJ](https://dmoj.ca)
* [Kattis](https://open.kattis.com/)
## My stats
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
## Usage
This repository also contains some useful scrips:
* `clear.sh` - removes all executables
* `clear-all.sh` - removes all solutions
* `clevercode.py` - pulls and processes data from [CleverCode](https://clevercode.lv)
* `rank.py` - gets user statistics from competitive programming sites
* `validate.py` - checks proper code formatting in this repository
You can run them with `python3 tools/.py`
## Contributing
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.
## License
This repository is licensed under the terms of the [MIT License](https://choosealicense.com/licenses/mit/).
See the [LICENSE](LICENSE) for more information.