This repository contains my solutions to problems solved on Codeforces. It's a personal archive of my competitive programming journey β tracking my progress, algorithms practiced, and problem-solving techniques over time.
Each solution is organized as an individual file, typically named after the problem number or title, containing the source code for that specific solution.
- C
- C++
Compile any solution file with:
g++ solution.cpp -o solution
./solutionOr for C files:
gcc solution.c -o solution
./solutionTo consistently practice competitive programming, improve problem-solving speed, and build a strong foundation in data structures and algorithms.
Feel free to check out my other repositories and connect with me on GitHub!
Made with β€οΈ and lots of debugging by Areeba Sohail