What methods of writing algorithms do you know?
September 27, 2020 | Education
| There are the following ways of presenting algorithms: verbal (description of the algorithm by means of natural language with precise and specific formulation of phrases); graphic (block diagram) (graphic representation of the commands of the algorithm using geometric figures, or blocks, and arrows connecting these blocks and indicating the order of execution of commands); software (recording the algorithm as a program).
