This repository is meant to store the solutions for competitive programming problems I've done.
Refer to these pieces of code whenever needed. I will try to keep the code commented and with proper variable names.
Where problems are found:
LeetCode: https://leetcode.com/ HackerEarth: https://www.hackerearth.com/
On my opinion, LeetCode has easier problems at the same difficulty level when compared with HackerEarth.
When studying, try to go LC Easy > HE Easy > LC Medium > HE Medium > ...