Online Algorithm Directories and Repositories


Improve your writing skills in 5 minutes a day with the Daily Writing Tips email newsletter.

Whenever I trying to understand some new algorithm to solve a particular problem my first call is Cormen’s Introduction to Algorithms. However, not all problems are covered there, and not all covered ones come with actual implementations (or at least with pseudo-code) so that you can get a hint even on the details.

To solve this problem I started researching for websites that include a collection of popular algorithms. I found three worth mentioning:

  1. Rosetta Code
  2. Dictionary of Algorithms and Data Structures
  3. The Stony Brook Algorithm Repository
  4. Algorithmist.com

They cover a broad range of algorithms and topics, and most have implementations is several languages.

Leave a Reply

Your email address will not be published. Required fields are marked *