Skip to content

tgrants/programming-problem-set-solutions

Repository files navigation

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 +
  • Codeforces +
  • Codewars +
    • 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

Other problemsets

My stats

Site name Problems Points Rank Percentile
Clevercode 96 333 76 Top 2.878%
Codewars 355 1202 23233 Top 3.725%

Last update: 2024-03-10

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
  • rank.py - gets user statistics from competitive programming sites
  • validate.py - checks proper code formatting in this repository

Contributing

If you notice a typo, code that no longer works or something else, feel free to open an issue. Pull requests with solutions won't be merged, as this is only for practice. However, contributions to the tools and scripts are welcome.

License

This repository is licensed under the MIT License. See LICENSE for more information.