Hey there! Welcome to my little coding folder 📂
This is where I keep my Python solutions for Sheet 1 problems from Codeforces. It’s perfect for anyone starting out with problem-solving or just wanting to peek at some Python code in action!
This is my stash of solved problems from Codeforces Sheet 1, all coded up in Python. Think of it as a beginner’s guide to tackling competitive programming challenges—one solution at a time.
- Files: Python scripts for each problem (like
Problem A.py,Problem B.py, etc.). - Language: Python 3 (simple and sweet).
- Purpose: Practice basic coding skills—inputs, loops, if-statements, you name it!
- Grab the Folder:
git clone https://github.com/nourhanbakry/ProblemSolving_Python_sheet1.git
- Run every problem:
python Problem A.py