出版社: Addison-Wesley Professional
副标题: Fundamentals, Data Structures, Sorting, Searching
出版年: 1997-9-27
页数: 720
定价: USD 89.99
装帧: Paperback
ISBN: 9780201314526
内容简介 · · · · · ·
"This is an eminently readable book which an ordinary programmer, unskilled in mathematical analysis and wary of theoretical algorithms, ought to be able to pick up and get a lot out of.." - Steve Summit, author of C Programming FAQs Sedgewick has a real gift for explaining concepts in a way that makes them easy to understand. The use of real programs in page-size (or less) ch...
"This is an eminently readable book which an ordinary programmer, unskilled in mathematical analysis and wary of theoretical algorithms, ought to be able to pick up and get a lot out of.." - Steve Summit, author of C Programming FAQs Sedgewick has a real gift for explaining concepts in a way that makes them easy to understand. The use of real programs in page-size (or less) chunks that can be easily understood is a real plus. The figures, programs, and tables are a significant contribution to the learning experience of the reader; they make this book distinctive. - William A. Ward, University of South Alabama Robert Sedgewick has thoroughly rewritten and substantially expanded his popular work to provide current and comprehensive coverage of important algorithms and data structures. Many new algorithms are presented, and the explanations of each algorithm are much more detailed than in previous editions. A new text design and detailed, innovative figures, with accompanying commentary, greatly enhance the presentation. The third edition retains the successful blend of theory and practice that has made Sedgewick's work an invaluable resource for more than 250,000 programmers! This particular book, Parts 1-4, represents the essential first half of Sedgewick's complete work. It provides extensive coverage of fundamental data structures and algorithms for sorting, searching, and related applications. The algorithms and data structures are expressed in concise implementations in C, so that you can both appreciate their fundamental properties and test them on real applications. Of course, the substance of the book applies to programming in any language. Highlights * Expanded coverage of arrays, linked lists, strings, trees, and other basic data structures * Greater emphasis on abstract data types (ADTs) than in previous editions * Over 100 algorithms for sorting, selection, priority queue ADT implementations, and symbol table ADT (searching) implementations * New implementations of binomial queues, multiway radix sorting, Batcher's sorting networks, randomized BSTs, splay trees, skip lists, multiway tries, and much more * Increased quantitative information about the algorithms, including extensive empirical studies and basic analytic studies, giving you a basis for comparing them * Over 1000 new exercises to help you learn the properties of algorithms Whether you are a student learning the algorithms for the first time or a professional interested in having up-to-date reference material, you will find a wealth of useful information in this book.
Algorithms in C, Parts 1-4的创作者
· · · · · ·
作者简介 · · · · · ·
Robed Sedgewick拥有斯坦福大学博士学位(导师为Donald E. Knuth),昔林斯顿大学计算机科学系教授,Adobe Systems公司董事,曾是XeroxPARC的研究人员,还曾就职于美国国防部防御分析研究所以及INRIA。除本书外,他还与Philippe Flajolet合著了《算法分析导论》一书
喜欢读"Algorithms in C, Parts 1-4"的人也喜欢的电子书 · · · · · ·
喜欢读"Algorithms in C, Parts 1-4"的人也喜欢 · · · · · ·
Algorithms in C, Parts 1-4的书评 · · · · · · ( 全部 19 条 )
有错误,今天刚发现,经典书籍怎么会出现这种问题?
书名让人误解,准确名字应该叫《数据结构》
> 更多书评 19篇
论坛 · · · · · ·
在这本书的论坛里发言这本书的其他版本 · · · · · · ( 全部4 )
-
机械工业出版社 (2009)8.9分 232人读过
-
人民邮电出版社 (2004年6月1日)8.2分 73人读过
-
机械工业出版社 (2006)8.9分 26人读过
以下书单推荐 · · · · · · ( 全部 )
- 2011 书单(CS学习) (催眠)
- 『专业书籍』计算机工程入门到进阶 (elor)
- IT 二级基础 数据结构与算法(智力层次-实用性) 1.1.1.7 (ajian005)
- Interesting Books at Dr. Martin Luther King, Jr. Library (饭团)
- UNIX+Linux (看完就忘)
谁读这本书? · · · · · ·
二手市场
· · · · · ·
- 在豆瓣转让 有191人想读,手里有一本闲着?
订阅关于Algorithms in C, Parts 1-4的评论:
feed: rss 2.0










0 有用 可爱的肖恩 2008-02-02 14:51:39
bug多
0 有用 FLow 2013-12-23 14:57:59
A great read.
0 有用 Creasy 2011-04-25 04:14:56
The code is far from fine grained
1 有用 hbjerry 2012-08-11 20:27:18
作者用心写的书,更偏重编程方面,算法导论更偏重逻辑思考和证明。
0 有用 Lee 2012-04-13 20:20:10
對各種算法之間的聯係的介紹尤為精彩。