A public repository where I share my programming exercises from CodeWars,
LeetCode,
BeeCrowd and others.
This repository is structured by platform, programming language, and problem.
platform/
└── language/
└── problem_identifier/
├── solution.py
platform/Represents the source of the problem (e.g., CodeWars, LeetCode, BeeCrowd).
language/Indicates the programming language used to solve the problem (e.g., python, javascript, go).
problem_identifier/A unique folder for each problem.
6kyu/array_diff)1_two_sum)1001_extremely_basic)solution.pyContains the main solution to the problem.
Problems are organized by difficulty (kyu level):
codewars/language/difficulty/exercise-name/
Problems are organized by their ID and name:
leetcode/language/difficult/
Problems are organized by their numeric ID and name:
beecrowd/language/difficult/