Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pacemakerx/codeforces-my-solutions
This repository contains my solutions to various problems from Codeforces contests, aimed at improving problem-solving skills in competitive programming. Each submission is stored with detailed information, including contest IDs and problem names, making it easy to track progress and learn from past solutions.
https://github.com/pacemakerx/codeforces-my-solutions
codeforces-contests codeforces-solutions competitive-programming cpp-solutions data-structure-and-algorithm optimization-techniques problem-solving programming-challenges
Last synced: 22 days ago
JSON representation
This repository contains my solutions to various problems from Codeforces contests, aimed at improving problem-solving skills in competitive programming. Each submission is stored with detailed information, including contest IDs and problem names, making it easy to track progress and learn from past solutions.
- Host: GitHub
- URL: https://github.com/pacemakerx/codeforces-my-solutions
- Owner: PacemakerX
- Created: 2024-11-27T20:30:22.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-01-02T20:35:29.000Z (24 days ago)
- Last Synced: 2025-01-02T21:19:58.930Z (24 days ago)
- Topics: codeforces-contests, codeforces-solutions, competitive-programming, cpp-solutions, data-structure-and-algorithm, optimization-techniques, problem-solving, programming-challenges
- Language: C++
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeForces My Solutions
![Codeforces Logo](https://codeforces.org/s/66806/images/codeforces-sponsored-by-ton.png)[![Codeforces](https://img.shields.io/badge/Platform-Codeforces-blue)](https://codeforces.com)
[![C++](https://img.shields.io/badge/Language-C%2B%2B-00599C?logo=c%2B%2B)](https://isocpp.org/)
[![GitHub Stars](https://img.shields.io/github/stars/PacemakerX/codeForces-my-solutions?style=social)](https://github.com/PacemakerX/codeForces-my-solutions/stargazers)
[![License](https://img.shields.io/github/license/PacemakerX/codeForces-my-solutions)](./LICENSE)
[![GitHub Last Commit](https://img.shields.io/github/last-commit/PacemakerX/codeForces-my-solutions)](https://github.com/PacemakerX/codeForces-my-solutions/commits/main)
[![GitHub Repo Size](https://img.shields.io/github/repo-size/PacemakerX/codeForces-my-solutions)](https://github.com/PacemakerX/codeForces-my-solutions)
[![GitHub Issues](https://img.shields.io/github/issues/PacemakerX/codeForces-my-solutions)](https://github.com/PacemakerX/codeForces-my-solutions/issues)This repository contains all my **accepted solutions** for Codeforces problems, organized by contest and problem tag (A, B, C, etc.). It's a comprehensive archive to track my competitive programming journey and help others learn from my solutions.
## Features
- **Comprehensive Collection**: Solutions from Div1, Div2, and Div3 contests.
- **Organized Structure**: Files are named as:
Example:
- `299624_1291_A.cpp`
- `299625_1291_B.cpp`
- **Sorted**: All files are sorted by submission number in descending order for easier browsing.## Why This Repository?
This repository serves as:
- A personal archive of my progress.
- A reference for others aiming to learn competitive programming.
- A source of well-documented problem-solving approaches.## Tech
Solutions are written in:
- **C++**
## Usage
1. Clone the repository:
```sh
git clone https://github.com/PacemakerX/codeForces-my-solutions.git
```## Connect with Me on Codeforces!
[![PacemakerX on Codeforces](https://userpic.codeforces.org/3719808/title/8ea657239e0d9fe0.jpg)](https://codeforces.com/profile/PacemakerX)
Click to visit my **[Codeforces Profile](https://codeforces.com/profile/PacemakerX)** and check out my competitive programming journey!