Hi,
Does anyone know any good websites that has some algorithm tutorials for C Programming? I'm pretty average in C but my maths is not that good. So was thinking of studying some algorithm to make my programming more efficient.
Thanks!!
Printable View
Hi,
Does anyone know any good websites that has some algorithm tutorials for C Programming? I'm pretty average in C but my maths is not that good. So was thinking of studying some algorithm to make my programming more efficient.
Thanks!!
What sort of algorithms are you after?
Algorithms starting from maybe sorting (not bubble sort :D ), searching, link-list to maybe advance algos like compressions and encryptions?
Thanks a lot for replying parksie!
If you look at Planet Source Code there'll be code for virtually any algorithm you like. zLib is a big package for compression, and it's waaaay good :)
However, make sure of exactly what language you get code for -- you mentioned C so C++ code won't work.