PDA

Click to See Complete Forum and Search --> : C Algorithm Tutorials?


Blitz
Feb 26th, 2001, 08:30 PM
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!!

parksie
Feb 27th, 2001, 01:28 PM
What sort of algorithms are you after?

Blitz
Feb 27th, 2001, 08:29 PM
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!

parksie
Feb 28th, 2001, 01:40 PM
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.