Informática, perguntado por juliaulianf, 8 meses atrás

What are the characteristics of an efficient algorithm? Alguém me ajuda!!! responda em inglês por favor! é para hoje!!!!!!


thiagozt: An efficient algorithm must solve a problem as quick and as short and simple as possible. Bad algorithms tend on being long and hard to understand, making it even harder to edit it afterwards.

Soluções para a tarefa

Respondido por uPablu
3

Every algorithm is efficient as long as it fulfills its function. What changes during code execution is speed, when the more compact your code is, the shorter the execution time will be, but it is important to understand that this also depends on the hardware of the machine on which the code is running. So it's understood that in terms of efficiency the most important thing is to see the solution.

Perguntas interessantes