Welcome to my CodeForces repository! This repository contains my solutions to various algorithmic problems from Codeforces, written primarily in C++.
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)
- Level A: Basic logic and implementation problems.
- (Future) Level B-F: Intermediate to advanced algorithms.
- Language: C++ (Standard Template Library)
- Editor: Visual Studio Code
- Testing: CPH (Competitive Programming Helper) extension (indicated by the
.cphdirectory).
If you want to run these solutions locally, ensure you have a C++ compiler (like GCC) installed.
- Clone the repository:
git clone [https://github.com/Ash8389/CodeForces.git](https://github.com/Ash8389/CodeForces.git)
- Navigate to the directory:
cd CodeForces - Compile and Run a specific file:
g++ A_ASCII_Art_Contest.cpp -o output ./output
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.
Ash8389
- GitHub: Ash8389
Happy Coding! 💻