Skip to content

Ash8389/CodeForces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeForces Solved Questions 🏆

Language Status Repo Size

Welcome to my CodeForces repository! This repository contains my solutions to various algorithmic problems from Codeforces, written primarily in C++.

📂 Repository Structure

The solutions are named according to the problem level and name for easy searching.

  • Naming Convention: [Level]_[Problem_Name].cpp
  • Example: A_Alice_and_Bob.cpp (Level A Problem)

Current Contents

  • Level A: Basic logic and implementation problems.
  • (Future) Level B-F: Intermediate to advanced algorithms.

🛠️ Tech Stack & Tools

🚀 How to Run

If you want to run these solutions locally, ensure you have a C++ compiler (like GCC) installed.

  1. Clone the repository:
    git clone [https://github.com/Ash8389/CodeForces.git](https://github.com/Ash8389/CodeForces.git)
  2. Navigate to the directory:
    cd CodeForces
  3. Compile and Run a specific file:
    g++ A_ASCII_Art_Contest.cpp -o output
    ./output

⚠️ Disclaimer

These solutions are for educational purposes and personal reference.

  • Please do not copy-paste code directly during live contests.
  • Feel free to use these for learning logic and syntax optimization.

👤 Author

Ash8389


Happy Coding! 💻

About

CodeForces Solved Questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages