https://github.com/khaledkamr/problem_solving
All the solutions of Assiut sheets for the beginers on Codeforces, covers all the basics and genral problems with different levels.
https://github.com/khaledkamr/problem_solving
algorithms arrays codeforces-solutions cpp data-types functions if-elseif-else loops math-geometry problem-solving recursion strings
Last synced: 6 months ago
JSON representation
All the solutions of Assiut sheets for the beginers on Codeforces, covers all the basics and genral problems with different levels.
- Host: GitHub
- URL: https://github.com/khaledkamr/problem_solving
- Owner: khaledkamr
- Created: 2023-09-06T15:22:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-01T09:16:56.000Z (10 months ago)
- Last Synced: 2024-08-01T10:42:19.550Z (10 months ago)
- Topics: algorithms, arrays, codeforces-solutions, cpp, data-types, functions, if-elseif-else, loops, math-geometry, problem-solving, recursion, strings
- Language: C++
- Homepage: https://codeforces.com/group/MWSDmqGsZm/contests
- Size: 119 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# problem_solving
Welcome to the Problem Solving Solutions repository! This repository contains solutions for various [assist sheets](https://codeforces.com/group/MWSDmqGsZm/contests) on Codeforces, specifically designed for beginners in problem-solving and programming. The solutions provided here are aimed at helping you practice and master the basics of your programming language.
## Overview
This repository covers all the fundamental topics essential for beginners. The problems range from easy to hard, ensuring a comprehensive understanding and gradual progression in difficulty. Each problem solution is well-documented to aid in understanding the thought process and logic behind it.
## Topics Covered
- **Basic Syntax and Operations**
- **Control Structures (Conditionals and Loops)**
- **String Manipulations**
- **Functions and Recursion**
- **Searching and Sorting Algorithms**
- **Mathematical Problems**
- **General Problem-Solving Techniques**## Structure
The repository is organized into folders based on the topic or difficulty level. Each folder contains solutions to related problems, along with a brief explanation or comments within the code.
**Happy coding and happy learning!😊**