Алгоритмы и структуры данных

12345678910
Across
  1. 2. a compact language for describing algorithms.
  2. 3. a precise sequence of steps to solve a problem.
  3. 6. the property of an algorithm where the process is divided into separate steps
  4. 8. a repeating sequence of actions in an algorithm.
  5. 10. a graphical representation of an algorithm.
Down
  1. 1. the property of an algorithm where each step is uniquely determined by the system state.
  2. 4. the property of an algorithm where it can be applied to different sets of input data.
  3. 5. a person or device that executes the commands of an algorithm.
  4. 7. choosing one of several paths in an algorithm based on a condition.
  5. 9. the property of an algorithm where it produces certain results.