Solutions to problems from LeetCode, Codeforces, HackerRank, and GeeksforGeeks, mostly in Python with some C++.
solution/
├── leetcode/ # LeetCode problems (Python, plus a cplusplus_solution/ folder)
├── codeforce/ # Codeforces problems (Python and C++)
├── Hackerrank/ # HackerRank Python and algorithms track
├── geeksforgeeks/ # GeeksforGeeks practice
└── 0283-move-zeroes/ # LeetHub-synced problem
Each file is named after the problem it solves, so the folder can be searched by problem name.
python leetcode/container-with-most-water.py
g++ -o out "codeforce/A. Beautiful Matrix.cpp" && ./outSee also A2SV for the LeetCode set solved during the A2SV program and CSEC_CPD for Codeforces problems from the CSEC-ASTU division.