This repository contains my personal collection of problem solutions from:
- LeetCode π’ (Data Structures & Algorithms, interview prep)
- Project Euler π’ (math-heavy programming challenges)
- Codeforces π΄ (competitive programming contests)
The main purpose of this repo is to practice algorithms, data structures, and problem-solving skills while keeping track of my progress across different platforms.
Each file is generally named after the problem number or title for easy reference.
- Mostly C++ (with STL, recursion, DP, etc.)
- Occasionally Python for quick math-heavy tasks
- Strengthen DSA concepts
- Improve problem-solving speed
- Build a solid foundation for coding interviews and competitive programming contests
-
Clone the repo:
git clone https://github.com/MuhammadAhmadF2005/DSA_cpp
-
Navigate into the relevant folder
-
Compile and run the solution in your local environment.
This repository is a work in progress. I regularly update it with new solutions as I solve more problems.