https://github.com/debargha-mitra-roy/competitive-programming
A collection of solutions for competitive programming problems from platforms like CodeChef, CodeForces, AtCoder and many more. Organized by platform and language for easy reference. Contributions are welcome! π‘β¨
https://github.com/debargha-mitra-roy/competitive-programming
atcoder codechef codeforces competitive-programming cpp
Last synced: 22 days ago
JSON representation
A collection of solutions for competitive programming problems from platforms like CodeChef, CodeForces, AtCoder and many more. Organized by platform and language for easy reference. Contributions are welcome! π‘β¨
- Host: GitHub
- URL: https://github.com/debargha-mitra-roy/competitive-programming
- Owner: Debargha-Mitra-Roy
- License: mit
- Created: 2025-02-28T09:21:48.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T16:57:27.000Z (27 days ago)
- Last Synced: 2025-03-25T17:48:30.048Z (27 days ago)
- Topics: atcoder, codechef, codeforces, competitive-programming, cpp
- Language: C++
- Homepage:
- Size: 20.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Competitive Programming
Welcome to the **Competitive Programming** repository! π This repository contains solutions to problems from various competitive programming platforms such as **[CodeChef](https://www.codechef.com/), [CodeForces](https://codeforces.com/), [AtCoder](https://atcoder.jp/)**, and many more.
## π Repository Structure
The repository is organized as follows:
```
π Competitive Programming
βββ π CodeChef
| βββ problem_name.cpp
β βββ ...
β
βββ π CodeForces
| βββ π ACMSGURU
β | βββ problem_name.cpp
β | βββ ...
| |
| βββ π Education
| | βββ π Binary Search
β | | βββ problem_name.cpp
β | | βββ ...
| | |
| | βββ π Disjoint Set Union
β | | βββ problem_name.cpp
β | | βββ ...
| | |
| | βββ π Segment Tree
β | | βββ problem_name.cpp
β | | βββ ...
| | |
| | βββ π Sufix Array
β | | βββ problem_name.cpp
β | | βββ ...
| | |
| | βββ π Two Pointers Method
β | βββ problem_name.cpp
β | βββ ...
| |
| βββ π ProblemSet
β βββ problem_name.cpp
β βββ ...
|
βββ π Atcoder
| βββ π Library Practice Contest
β | βββ problem_name.cpp
β | βββ ...
| |
| βββ π Practice Contest
β | βββ problem_name.cpp
β | βββ ...
| |
| βββ π ProblemSet
β βββ problem_name.cpp
β βββ ...
β
βββ π Resourses
| βββ C++ STL Reference Manual
| βββ Competitive Programmerβs Handbook (Antti Laaksonen)
| βββ Competitive Programming - The new Lower Bound of Programming Contests (Steven Halim and Felix Halim)
| βββ Guide to Competitive Programming - Learning and Improving Algorithms Through Contests (Antti Laaksonen)
| βββ The Hitchhikerβs Guide to the Programming Contests (Nite Nimajneb)
| βββ ...
|
βββ .gitignore
βββ LICENSE
βββ README.md
```## π Platforms Covered
- [CodeChef](https://www.codechef.com/)
- [Codeforces](https://codeforces.com/)
- [Atcoder](https://atcoder.jp/)## π οΈ Programming Languages Used
- C++
## π How to Contribute?
Contributions are welcome! To contribute:
1. Fork the repository π
2. Clone your forked repository π―
```bash
git clone https://github.com/Debargha-Mitra-Roy/Competitive-Programming.git
```
3. Add your solutions inside the respective folder π₯
4. Commit and push your changes π
```bash
git add .
git commit -m ""
git push origin main
```
5. Create a pull request π₯## β Show Your Support
If you find this repository useful, consider giving it a β to help others discover it!
Happy Coding! π