Skip to content

Collaborative repository to store and share solutions to ICPC (International Collegiate Programming Contest) problems developed by our team Tropa Sorpresa.

Notifications You must be signed in to change notification settings

ruesga-99/icpc_solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICPC Solutions Tropa Sorpresa

Welcome to our team's repository for ICPC problem solutions!

Description

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.

Included

Contributors

This repository is a collaborative effort. We thank all team members for their contributions:

    __________          _____                        ____                                       
   / ======== \        |_   _| __ ___  _ __   __ _  / ___|  ___  _ __ _ __  _ __ ___  ___  __ _ 
  /____________\         | || '__/ _ \| '_ \ / _` | \___ \ / _ \| '__| '_ \| '__/ _ \/ __|/ _` |
 | ____________ |        | || | | (_) | |_) | (_| |  ___) | (_) | |  | |_) | | |  __/\__ \ (_| |
 | | Ruesga   | |        |_||_|  \___/| .__/ \__,_| |____/ \___/|_|  | .__/|_|  \___||___/\__,_|
 | | Daniel   | |                     |_|                            |_|                        
 | | Paco     | |
 | |__________| |______________________
 \=_____________/                      )
  / """"""""""" \                     /
 / ::::::::::::: \                =D-'
(_________________)

Structure

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.

Contributions

While C++ is the preferred language for problem solutions, Python and Java are also allowed.

To contribute a solution:

  1. Clone the repository.
  2. Create a new subdirectory for your solution if necessary.
  3. Add your solution in the corresponding directory.
  4. Update the problem's README.md file with a brief description of your solution.
  5. Submit a pull request for review.

About

Collaborative repository to store and share solutions to ICPC (International Collegiate Programming Contest) problems developed by our team Tropa Sorpresa.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages