Welcome to the Problem Solving Repository! This repository is dedicated to organizing and solving programming problems from various platforms, starting with Codeforces and an offline course with Route Academy.
The repository is currently structured as follows:
/problem-solving-repo
│
├── /codeforces
│ ├── /level_A
│ ├── /level_B
│ ├── /level_C
│ ├── /level_D
│ └── /excel_file.xlsx
│
├── /route_academy
│ ├── /cpp_problems
│ └── /notes
│
└── /future_expansions
This folder contains problems solved with Python categorized by difficulty levels (A, B, C, D):
- /level_A: Contains solutions and explanations for Level A problems.
- /level_B: Contains solutions and explanations for Level B problems.
- /level_C: Contains solutions and explanations for Level C problems.
- /level_D: Contains solutions and explanations for Level D problems.
- /excel_file.xlsx: An Excel file that lists the top important questions in each level, providing a roadmap for problem-solving.
This folder is dedicated to problem-solving exercises from the Route Academy's offline course:
- /cpp_problems: Contains C++ solutions to problems encountered during the course.
- /notes: Contains any relevant notes or resources related to the course material.
In the future, this repository will include additional problem-solving resources in various programming languages and on different platforms, such as:
- LeetCode
- HackerRank
- AtCoder
- And more!
Contributions are welcome! If you have any problems, solutions, or resources to add, please feel free to submit a pull request.
For any questions or suggestions, please contact Abdelrahman Youssry.