Welcome to our team's repository for ICPC problem solutions!
This repository is dedicated to storing and sharing our solutions to problems presented in ICPC (International Collegiate Programming Contest) programming competitions. Each solution is organized by category and problem, making it easy to access and review. Each problem has its own directory with solutions in different programming languages and an explanatory README file.
Some other solutions to different problems (Hackerank, Vjudge, LeetCode, etc) used for practice and learning purposes may also be added to this repository.
- ICPC 2024: "Gran Premio de México Primera Fecha"
- ICPC 2024: "Gran Premio de México Segunda Fecha"
- ICPC 2024: "Gran Premio de México Tercera Fecha" (Pending)
This repository is a collaborative effort. We thank all team members for their contributions:
__________ _____ ____
/ ======== \ |_ _| __ ___ _ __ __ _ / ___| ___ _ __ _ __ _ __ ___ ___ __ _
/____________\ | || '__/ _ \| '_ \ / _` | \___ \ / _ \| '__| '_ \| '__/ _ \/ __|/ _` |
| ____________ | | || | | (_) | |_) | (_| | ___) | (_) | | | |_) | | | __/\__ \ (_| |
| | Ruesga | | |_||_| \___/| .__/ \__,_| |____/ \___/|_| | .__/|_| \___||___/\__,_|
| | Daniel | | |_| |_|
| | Paco | |
| |__________| |______________________
\=_____________/ )
/ """"""""""" \ /
/ ::::::::::::: \ =D-'
(_________________)
2024_1/
├── problem_A/
│ └── A.cpp
├── problem_C/
├── problem_K/
2024_2/
├── .gitignore
└── README.md
Each contest round is organized into a directory named with the corresponding year and round. Within each contest directory, there are subdirectories for each problem. Inside these problem subdirectories, you will find various solutions.
While C++ is the preferred language for problem solutions, Python and Java are also allowed.
To contribute a solution:
- Clone the repository.
- Create a new subdirectory for your solution if necessary.
- Add your solution in the corresponding directory.
- Update the problem's README.md file with a brief description of your solution.
- Submit a pull request for review.