An open API service indexing awesome lists of open source software.

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.

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.