This repository contains a curated collection of problems and solutions from the Algorithm Games Challenge (AGC), maintained by the ALGOLAB team of the SKY LAB Club at Yıldız Technical University.
- Each folder represents a single AGC problem.
- The main solution language is C++.
- Some problems may also include optional solutions in other languages (e.g. Python, Go), depending on contributor preference.
- Each folder typically includes:
- A brief
README.mdexplaining the problem or the approach - One or more solution files
- A brief
This archive is created to collect and preserve the problems from our Algorithm Games Challenge (AGC) competitions, and to contribute to the broader algorithm and competitive programming community.
Main goals:
- Archive original AGC problems prepared by the ALGOLAB team
- Support algorithm education and skill development
- Provide clean and reviewed solution references
- Share knowledge and resources with the wider community
This repository is intended as an official archive of problems and solutions used in the Algorithm Games Challenge (AGC), prepared by the ALGOLAB team of SKY LAB.
We welcome:
- Minor corrections (e.g. typos, formatting issues, bug fixes)
We do not accept:
- New problems or solutions
- Changes to the problem set
Feel free to open an issue or pull request if you notice an error that needs fixing.
- Clone the repository:
git clone https://github.com/skylab-kulubu/AGC_Questions_Archive.git