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.
Jump into concepts and practice - no test required
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 |
+----------------+1. Boil water.
2. Add tea leaves.
3. Wait 5 minutes.
4. Pour tea into cup.
5. Add sugar if desired.
1. Take two slices of bread.
2. Spread peanut butter on one slice.
3. Spread jelly on the other slice.
4. Put the slices together.
5. Eat the sandwich.