Hacker News new | ask | show | jobs
by d_tr 1495 days ago
Well you can. If you understand the algorithm you can write it in any language you know. Additionally, C is at basic level just loops, conditionals and function calls so it will be easy to translate from it if you need to. And then there are other books using other languages out there and people can choose.
1 comments

It is also manual memory management, lack of generics, of polymorphism, and what not else. Even C++ would be a better choice.