views:

77

answers:

3

Kind share a site which gives upto date algorithms.

+3  A: 

There are many collections of algorithms, but to keep up with the latest research (and you're not specifying a particular area, so to keep up with /all/ the latest research) is a full time job of reading papers and conference proceedings.

You should either specify what is the particular area you're interested in, or use one of the following general collections, which are likely to have general (and sufficiently good for most practical use) algorithms on many topics, but won't have the latest research.

Algorithms and Data Structures page

efg's Algorithms Collection

and, not a site, but the reference to go to:

The Art of Computer Programming, vol. 1-3

MaxVT
+1 for efg2.com! That's a cool site I've referred to for many years :)
Zabba
+1 for TAOCP! Way underused …
Christopher Creutzig
A: 

If you go to StackOverflow - Algorithms section, you will find many up-to-date algorithms.

Vatine