Prev Up Next
Go backward to 9/28/2001   Homework 2 Released
Go up to News Archive
Go forward to 9/25/2001   How BGL Provides Generic Breadth First Search and Depth First Search Algorithms

9/28/2001   Algorithm Concepts for Standard Libraries

 AP Wire Service
In today's lecture we discuss a taxonomy of algorithm concepts with detailed development mainly in the areas of sequence algorithms and graph algorithms, with examples of how these concepts can be used in setting performance standards for implementations of standard libraries--relating to STL of course for the sequence algorithms and to the Boost Graph Library for the graph algorithms.

 

Prev Up Next