Skip to content

Latest commit

Β 

History

History
62 lines (39 loc) Β· 1.75 KB

File metadata and controls

62 lines (39 loc) Β· 1.75 KB

πŸ’» Code Forces Problems

by Areeba Sohail

Typing SVG



Codeforces C C++ Status


πŸ“– About

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.

πŸ—‚οΈ Structure

Each solution is organized as an individual file, typically named after the problem number or title, containing the source code for that specific solution.

βš™οΈ Languages Used

  • C
  • C++

πŸš€ How to Run

Compile any solution file with:

g++ solution.cpp -o solution
./solution

Or for C files:

gcc solution.c -o solution
./solution

🎯 Goal

To consistently practice competitive programming, improve problem-solving speed, and build a strong foundation in data structures and algorithms.

πŸ“« Connect

Feel free to check out my other repositories and connect with me on GitHub!


Made with ❀️ and lots of debugging by Areeba Sohail