Which one is true? (Algorithms > Language) or (Language > Algorithms) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which one is true? (Algorithms > Language) or (Language > Algorithms)

For me, improve Algorithm is primary for coding world, Language is secondary. What do you think about this?

24th Sep 2018, 8:33 AM
Zachary Heinz
Zachary Heinz - avatar
3 Answers
+ 1
Of course algorithms are more important. The best language isn't of any use, if it takes ages to compute because of a bad algorithm.
24th Sep 2018, 9:42 AM
Matthias
Matthias - avatar
0
That statement is equivalent to Algorithms != Language. You save a couple of operations.
24th Sep 2018, 8:44 AM
Bebida Roja
Bebida Roja - avatar
0
Jokes aside, an algorithm is a model of the process per se, and the language is the method of implementation of such process, so I also think algorithms are more important, but its useful to have more than one method of implementation.
24th Sep 2018, 8:48 AM
Bebida Roja
Bebida Roja - avatar