+ 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?
3 ответов
+ 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.
0
That statement is equivalent to Algorithms != Language. You save a couple of operations.
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.