What are helper algorithms for?
September 27, 2020 | Education
| An auxiliary algorithm solves some subtask of the main task. Calling an auxiliary algorithm in a program replaces several commands with one.

An auxiliary algorithm solves some subtask of the main task. Calling an auxiliary algorithm in a program replaces several commands with one.