Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Algorithmic coding


ghost's Avatar
0 0

I've been trying to learn about algorithms, and how they can be used. So I would like to know whether I should use a low-level language like assembly, or fortran, or maybe just stick to the mediums of c/c++. Any input on this subject would helpful.


ghost's Avatar
0 0

Ughh.. wtf? Algorithm to accomplish what? Obviously you can completely optimize it using ASM and getting down to the nitty gritty, but if speed is not the utmost importance, than C/C++ will be more than fine.

Cheers, ~T


ghost's Avatar
0 0

Thanks for the advice. It's not really to accomplish anything, I'm just interested in computer science, nothing too specific.