书籍 Algorithms in C (Computer Science Series)的封面

Algorithms in C (Computer Science Series)

Robert Sedgewick

出版时间

1990-01-11

ISBN

9780201514254

评分

★★★★★

标签

算法

书籍介绍

This new version of the best-selling book, Algorithms, SecondEdition, provides a comprehensive collection of algorithmsimplemented in C. A variety of algorithms are described in eachofthe following areas: sorting, searching, string-processing,geometric, graph, and mathematical algorithms. These algorithmsare expressed in terms of concise implementations in C, so thatreaders can both appreciate their fundamental properties and testthem on real applications. The treatment of analysis of algorithms is carefully developed. When appropriate, analytic results are discussed to illustratewhy certain algorithms are preferred, and in some cases, therelationship of the practical algorithms being disussed to purelytheoretical results is also described. Features *Hundreds of detailed, innovative figures clearly demonstratehow important algorithms work. *Throughout the book, "properties" sections encapsulatespecific information on the performance characteristics ofalgorithms. *Six chapters present fundamental concepts, including a briefintroduction to data structures. Algorithms in C provides readers with the tools to confidentlyimplement, run, and debug useful algorithms. This book may beuseful for self-study, or as a reference for people engaged inthe development of computer systems for applications programs. 0201514257B04062001

用户评论
非常耐心的讲解一些常见的算法,简单明了,很容易学习。这本书还有一个好处是涉猎面比较广,除了经典的算法,还有比如数值计算、字符串处理、并行运算算法的介绍。