Skip to content

Moumen486/04-Algorithms-Problems-Solving-Level-1-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 My Programming Journey with Abu Hadhoud (Programming Advices)

This repository documents my learning journey through the Programming Advices Track by Dr. Mohammed Abu-Hadhoud.

Over the past months, I have completed the first four courses of the program, focusing on building strong fundamentals in programming, algorithms, and C++ development.

The goal of this repository is to showcase my problem-solving practice and coding progress while developing a solid foundation in computer science.


📚 Completed Courses

🔹 Course 1: Programming Foundations

This course introduced the fundamental concepts every programmer must understand before writing code.

Topics covered:

• Basic programming concepts
• Computer hardware components
• How computers represent numbers
• Operating systems basics
• Number systems (Binary, Decimal, etc.) This course helped build a strong theoretical foundation for the rest of the programming journey.


🔹 Course 2: Algorithms & Problem Solving

In this course, the focus was on developing problem-solving skills and learning how to think like a programmer.

Key learning points:

• Understanding algorithms and logic building
• Breaking problems into smaller steps
• Using flowcharts to design solutions
• Improving analytical thinking

During this course I solved 50 algorithmic problems that strengthened my logical thinking.


🔹 Course 3: Introduction to C++

This course focused on translating algorithmic thinking into actual C++ code.

Main topics:

• C++ syntax and fundamentals
• Variables and data types
• Conditional statements
• Loops
• Functions
• Input and output operations

This stage marked the transition from algorithm design to real programming.


🔹 Course 4: Advanced Problem Solving with C++

This course focused on implementing algorithms using clean and structured C++ code.

Highlights:

• Solved 50 programming problems
• Applied the Divide and Conquer problem-solving strategy
• Wrote organized code using functions and procedures only
• Practiced competitive programming using Codeforces

The main goal of this course was to build strong programming logic and clean coding habits.


🧠 Problem Solving Practice

This repository contains solutions for 50 programming problems, covering topics such as:

• Input / Output
• Conditional statements
• Loops
• Mathematical calculations
• Basic algorithms
• Logic building

Each problem is implemented using clean and simple C++ code.


🛠 Technologies Used

• C++
• Algorithms & Problem Solving
• Flowcharts
• Basic Software Development Practices


📈 What I Learned

Through this journey I developed:

• Strong problem-solving skills
• Structured thinking
• Clean coding practices
• Better understanding of algorithms
• Confidence in writing C++ programs


💡 Reflection

Learning programming is not always easy.
There were moments when problems seemed difficult, but persistence and breaking problems into smaller steps made them manageable.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors