What is the use of algorithm and flowcharts in cording | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

What is the use of algorithm and flowcharts in cording

17th May 2019, 11:07 AM
ęµ·ę³•ā¤ļø
ęµ·ę³•ā¤ļø - avatar
2 Respostas
+ 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