|
|
|
|
|
by p1esk
4143 days ago
|
|
Sure, but to know the algorithms is not enough. I remember I was asked to implement a certain prime numbers search algorithm in C, and I spent many hours trying to wrap my head around how to do it, even though the algorithm itself was perfectly clear to me.
Not only that, I then spent several more hours trying to make it faster, which is also language specific. So the language does matter in my opinion. |
|