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 (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

Other problemsets

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

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 MIT License. See LICENSE for more information.