This repository contains solutions to the Assiut University Training for Newcomers problem sets. The problems cover fundamental programming topics and are designed to help beginners build problem-solving skills.
Each folder corresponds to a specific problem from the training sheets. The problems are categorized based on their difficulty and topic:
- A. Basic Problems
- B. Searching & Sorting
- C. Strings & Characters
- D. Arrays & Mathematics
- E. Functions & Geometry
- F. Bitwise Operations & Miscellaneous
This repo includes solutions for problems from the following sheets:
| Sheet | Topic |
|---|---|
| Sheet #2 | Loops |
| Sheet #3 | Arrays |
| Sheet #4 | Strings |
| Sheet #5 | Functions |
| Sheet #6 | Math - Geometry |
| Sheet #7 | Recursion |
| Sheet #8 | General Easy |
| Sheet #9 | General Medium |
| Sheet #10 | General Hard |
- Clone the repository:
git clone https://github.com/OnoPUNPUN/Codefroces-Problem.git
- Navigate to a problem folder:
cd "A. Summation"
- Run the solution (example for Java):
javac Summation.java java Summation
For any queries or discussions, feel free to open an issue or reach out.
Happy coding! 🚀