Zusammenfassung der Ressource
algortimos
- algorithm
- is a process through which a person or a group can solve a problem
- Characteristics
- defined
- there can be no ambiguity in the instruction
- ordered
- the interactions have a logical sequence
- precise
- the results they generate every time are identical and in accordance to the established goal
- finite
- it must have an explicit start and ending
- can be
- sequential
- they are a group of interactions or actions that precede one another
- selective
- They are used to establish a number of steps as an alternative to follow
- repetitive
- repetitive structures are used to control the reiteration of an instructions or a set of interactions or a complete algorithm
- to make an algorithm it is important to know the conditions in which the problem will be solved