  |
ACM SIGACT - http://sigact.acm.org/
Special Interest Group on Algorithms and Computation Theory, the ACM special interest group for Theoretical Computer Science. Site has membership information, meetings, reports and a newsletter for members. |
  |
Dictionary of Algorithms, Data Structures, and Problems - http://www.nist.gov/dads/
A dictionary of algorithms, algorithmic techniques, data structures, and archetypical problems, with related definitions. Many entries have links to implementations, tutorials, and bibliographical references. |
  |
Stony Brook Algorithm Repository - http://www.cs.sunysb.edu/~algorith/
This is a collection of implementations for 75 fundamental algorithms problems, including data structures, numerical and combinatorial algorithms,graph algorithms, and computational geometry. Implementations are available in C++, Java, Fortran, and other languages. |
  |
Abstract State Machines - http://www.eecs.umich.edu/gasm/
A formal method for specifying and verifying algorithms. Tools, meetings, researchers in the area. |
  |
Analysis Of Algorithms - http://algo.inria.fr/AofA/
An initiative of attendees of the 1997 Dagstuhl seminar, these pages provide research papers, a bulletin board, and links to researchers and other resources in the field. The focus is on average case and probabilistic analysis. |
  |
Resources for the Analysis of Algorithms - http://math.sun.ac.za/~prodinger/
Links to papers, conferences and other sites, maintained by Helmut Prodinger. |
  |
OOPWeb Algorithms Directory - http://www.oopweb.com/Algorithms/Files/Algorithms.html
Algorithms lecture notes, courses, tutorials, references, guides and online books. |
  |
Design and Analysis of Computer Algorithms - http://www.personal.kent.edu/~rmuhamma/Algorithms/algorithm.html
Lecture notes; applets and code in C, C++, and Java; links regarding books, journals, computability, quantum computing, societies and organizations. |
  |
Priority Queues - http://www.leekillough.com/heaps/
Electronic bibliography on priority queues (heaps). Links to downloadable reports, researchers' home pages, and software. |
  |
Huffman Coding Algorithm - http://www.huffmancoding.com/david/algorithm.html
Includes a guide how to build it and a JAVA tutorial how to use it. |