A compilation of solutions to various coding problems, most geared towards competitive programming, from platforms such as Codeforces or even IRL contests I have been to, but also some technical interview-like questions from LeetCode. While all solutions are written by me, some may have been originally solved/written together in a team to which I belonged. Most of this repository is written in C++, but it may also include C and Java once in a while. Don't expect much readable code from here, although I do try sometimes.
Directory in which all solutions are from problems that can be found on Codeforces. The directory follows the following structure:
./(contest)/(problem letter)_(problem name in snake case).(file extension)
My profile can be found here.
Directory in which all solutions are from LeetCode problems. The directory follows the following structure:
./(difficulty)/(problem number)_(problem name in snake case).(file extension)
My profile can be found here.
All solutions that don't exactly fit in any of the previously mentioned directories are put here. Naming may vary.