This repository is a collection of coding problems Iโve solved so far, sourced from platforms like LeetCode, CodeForces and GeeksforGeeks. It serves as a personal archive to track progress and revisit concepts when needed.
One of the most popular platforms for interview prep and algorithmic practice.
Questions are organized into three difficulty-based folders:
Easy/Medium/Hard/
Each file contains a single problem solution, typically written in Python or Java.
Competitive programming problems from Codeforces, categorized using the standard difficulty rating.
- File naming format:
difficultyQuestionName.py
Example:800ThreeBrothers.pyrepresents a problem rated 800 titled Three Brothers.
Contains solutions to problems from GeeksforGeeks.
Thereโs no strict categorization here โ each file is named after the problem it addresses.
- This repository is a work in progress and will continue to grow with solutions from more platforms.
- Most problems are solved in Python with occasional use of other languages.