https://github.com/roohparvar/acm-icpc-contest-problem-solutions
In this repository, we present four simple exercises from ACM contests, each accompanied by the problem statement (as an image) and the solution written in C++.
https://github.com/roohparvar/acm-icpc-contest-problem-solutions
cpp
Last synced: 11 months ago
JSON representation
In this repository, we present four simple exercises from ACM contests, each accompanied by the problem statement (as an image) and the solution written in C++.
- Host: GitHub
- URL: https://github.com/roohparvar/acm-icpc-contest-problem-solutions
- Owner: Roohparvar
- Created: 2024-10-22T11:37:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-22T11:41:52.000Z (over 1 year ago)
- Last Synced: 2025-07-20T09:22:59.212Z (12 months ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ACM-ICPC Contest Problem Solutions
The ACM-ICPC (International Collegiate Programming Contest) is an annual multi-tiered competitive programming competition among universities worldwide. It is recognized as one of the oldest, largest, and most prestigious programming contests in the world. The challenges posed in these contests not only focus on programming but also emphasize problem-solving and algorithmic thinking.
For anyone who wants to learn programming, improve their problem-solving skills, or develop algorithmic thinking, solving these challenges is a great resource. The problems presented in these contests are not just about coding but also encourage deep analytical and algorithmic approaches to solutions.
The goal of creating this repository is to draw students' attention to these contests and the challenges they offer. Below are some websites where you can find a variety of contest problems to challenge yourself:
- 💎 [sharecode.ir](http://sharecode.ir/)
- 💎 [projecteuler.net](http://projecteuler.net)
- 💎 [codeforces.com](http://codeforces.com)
- 💎 [vjudge.net](https://vjudge.net/)
In this repository, we present four simple exercises from ACM contests, each accompanied by the problem statement (as an image) and the solution written in C++. These problems will help you get familiar with the types of questions posed in these contests:
1. **Fox Snake**
2. **Group Reverse Problem**
3. **Jolly Problem**
4. **Watermelon Problem**
---
## Contributing
Contributions are welcome! If you have other interesting ACM-ICPC problems and their solutions, feel free to add them to this repository. You can contribute by submitting a pull request with your problem description and solution.
---