Skip to content

BikashPandeya/Competitive_Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Codeforces Beginner Problem Solutions

Welcome to my GitHub repository where I solve 50 beginner-friendly Codeforces problems as part of my IOI Preparation - Phase 1.
This covers essential competitive programming topics like loops, arrays, strings, math, brute force, and greedy logic.


📚 Goal

Build a strong foundation in C++ and problem-solving before diving into advanced algorithms and data structures.


📌 Topics Covered

  • 🧮 Math and Brute Force
  • 📊 Arrays and Strings
  • 🔁 Loops and Conditions
  • 🧠 Greedy
  • 🧵 Basic Implementation
  • ⚙️ C++ STL Practice

🧾 Problem List

# Problem Name Link Solution
1 Watermelon 4A
2 Way Too Long Words 71A
3 Team 231A
4 Next Round 158A
5 Beautiful Matrix 263A
... ... ... ...
50 Fox and Snake 510A

📁 All solutions are in the ./solutions/ folder named by their problem code (e.g., 004A.cpp, 263A.cpp, etc.)


🛠️ Technologies


📈 Progress Tracker

  • ✅ Completed: 10/50
  • 🕒 In Progress: 40
  • 🧠 Review Needed: none

🧩 How to Use

git clone https://github.com/yourusername/codeforces-beginner-solutions.git
cd codeforces-beginner-solutions/solutions
g++ 004A.cpp -o 004A && ./004A

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published