Tomeki
Cover of An introduction to the analysis of algorithms

An introduction to the analysis of algorithms

By Robert Sedgewick,Philippe Flajolet

0 (0 Ratings)
4 Want to read0 Currently reading0 Have read

Publish Date

1996

Publisher

Addison-Wesley

Language

eng

Pages

542

Description:

This book provides a thorough introduction to the primary techniques used in the mathematical analysis of algorithms. The authors draw from classical mathematical material, including discrete mathematics, elementary real analysis, and combinatories, as well as from classical computer science material, including algorithms and data structures. They focus on "average-case" or "probabilistic" analysis, although they also cover the basic mathematical tools required for "worst-case" or "complexity" analysis. Topics include recurrences, generating functions, asymptotics, trees, strings, maps, and an analysis of sorting, tree search, string search, and hashing algorithms.