This repository contains C++ solutions for the ICPC training sheets provided by Assiut University.
Itโs aimed at beginners who want to build strong foundations in problem-solving and competitive programming.
- ๐งฎ Loops and Conditions
- ๐ Recursion and Functions
- ๐งต Arrays and Strings
- ๐งฐ STL Basics
- โ Basic Math Problems
- Practice solving beginner-level problems in C++
- Prepare for regional ICPC contests and competitive programming in general
- Build consistent problem-solving habits
- C++ only (with clear, simple code)
- Folder structure is organized by sheet or topic.
- Each problem is saved with the exact name from the sheet.
- Comments are added where needed for clarity.
This repo is mainly for personal practice, but feel free to check the solutions or suggest better approaches!