Kenji Lozano
Senior Software Developer
1. What is an Algorithm
2. Characteristic of Algorithms
3. Types of Algorithms
El Problema no es Problema
by Ricardo Arjona
Developer
Create algorithms to better express solutions
Solve Problems!
Solutions & Problems
Technologies / Programming Languages
A series of organized steps that describe the process you must follow to solve a specific problem
1. Have a cup
2. Take a pot
3. Pour water into the pot
6. put coffee to the water inside the cup
4. Boil the water in the pot
5. pour hot water into the cup
7. Mix the coffee with the water
Should have order
Should end at some point
Use Case: You have an apple plantation, build tree types of algorithms related to apples
Expressed more verbally, evaluates the quality
The qualitative algorithm, could be:
1. Evaluate its Taste
2. Evaluate its Color
Its more related to numerical calculations
The quantitative algorithm, could be:
How many apples per tree we have
it's more related to common tasks
The day-to-day algorithm, could be:
Algorithm to cook an apple pie
El problema no es problema
We you able to convert your flow diagrams that you worked with Jimmy into algorithms?