What is the use of algorithm and flowcharts in cording | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

What is the use of algorithm and flowcharts in cording

17th May 2019, 11:07 AM
海法❤️
海法❤️ - avatar
2 Respuestas
+ 3
An algorithm can be anything. Its a set of instructions that result in some sort of output. Examples for algoritms: -sorting algorithms -search algorithms ~an algorithm that creates a map in a game ~an algorithm to find the prime-factors of (big-)numbers
17th May 2019, 11:36 AM
Anton Böhler
Anton Böhler - avatar
+ 2
They simplify the problem solving process. Algorithms help you avoid "reinventing the wheel" by having solutions or at least a process to solve the problem or parts of it. Flowcharts help you break down and plan out a solution to a problem, they're useful for showing how a code will work and they help when working with other people
17th May 2019, 11:51 AM
Earl Chukwu
Earl Chukwu - avatar