Process Overview
An algorithm is like a recipe that tells you step-by-step how to make something. Just like a recipe guides you to prepare a dish, an algorithm guides a computer to solve a problem or complete a task.
An algorithm is like a recipe that tells you step-by-step how to make something. Just like a recipe guides you to prepare a dish, an algorithm guides a computer to solve a problem or complete a task.
Ingredients Box
+----------------+
| Flour |
| Sugar |
| Eggs |
| Milk |
+----------------+
|
v
Preparation Table
+----------------+
| Chop eggs |
| Measure sugar |
+----------------+
|
v
Cooking Pot
+----------------+
| Mix ingredients|
| Heat mixture |
+----------------+
|
v
Finished Dish
+----------------+
| Pancake ready |
+----------------+