Algorithms in C, Parts 1-4 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025


Algorithms in C, Parts 1-4

簡體網頁||繁體網頁
[美] Robert Sedgewick 作者
Addison-Wesley Professional
譯者
1997-9-27 出版日期
720 頁數
USD 89.99 價格
Paperback
叢書系列
9780201314526 圖書編碼

Algorithms in C, Parts 1-4 在線電子書 圖書標籤: 算法  Algorithm  C  Algorithms  計算機  Programming  編程  c   


喜歡 Algorithms in C, Parts 1-4 在線電子書 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2025-01-22

Algorithms in C, Parts 1-4 在線電子書 epub 下載 mobi 下載 pdf 下載 txt 下載 2025

Algorithms in C, Parts 1-4 在線電子書 epub 下載 pdf 下載 mobi 下載 txt 下載 2025

Algorithms in C, Parts 1-4 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025



Algorithms in C, Parts 1-4 在線電子書 用戶評價

評分

對各種算法之間的聯係的介紹尤為精彩。

評分

作者用心寫的書,更偏重編程方麵,算法導論更偏重邏輯思考和證明。

評分

附圖很有特色,不錯

評分

A great read.

評分

非常好的算法入門書。書中的代碼示例非常豐富,而且實現得優雅、高效。

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 在線電子書 pdf 下載 txt下載 epub 下載 mobi 在線電子書下載

Algorithms in C, Parts 1-4 在線電子書 圖書描述

"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 在線電子書 下載 mobi epub pdf txt 在線電子書下載


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

Algorithms in C, Parts 1-4 在線電子書 讀後感

評分

翻译质量较差,像是未加任何处理的英文直译,不符合中文阅读习惯,另有不少不知所云的地方。如188页的《6.10 关键字索引统计》中有这样的叙述:“一种方法是计算0的个数,然后再次扫描输入a,使用两个表示统计数的一个数组,把元素分布在临时数组b中。”。为了不影响阅读,我一...  

評分

P32 表2-4 “当M增加一倍时,顺序搜索的时间也增加一倍,但二分搜索几乎不变” 其中M当为N。 因为顺序搜索的时间复杂度跟MN正比而二分搜索跟MlogN正比,显而易见M增加时两种算法耗时均线性递增。 嗯,我的评论很短么?居然不让发表??好吧,我刷个屏看看。 刷屏刷屏刷屏刷...  

評分

从今天开始读这本书,不过读的是电子版。到目前为止书中的程序几乎都是可执行的。在这点上,比用伪代码实现的那些大牛著作更适合新手。而且有一些程序配有执行结果图。 今天在做P58的The Sieve of Eratosthenes的时候,我做了一个检验,发现如果完全按照书上的程序,...  

評分

花了四个月时间,终于将此书第1-4部分读完了,放下书的那一刻无比高兴哈哈。   Robert Sedgewick老爷子真不是盖的,对算法的讲解清晰易懂,C语言程序简短紧凑,令人称绝,实际上很多算法实现堪称完美:红黑树的插入,Batcher odd-event sort,汉诺伊的递归结构,背包的DP...  

評分

美国大学本科生课程“Algorithm and Data Structure”的指定教材,我偷懒,下了中文版来看,实在是忍不了翻译,看回英文版。明明很简单的一句话能叫译者说的不明所以。真是译成这样不如不译啊。。。  

類似圖書 點擊查看全場最低價

Algorithms in C, Parts 1-4 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025


分享鏈接





Algorithms in C, Parts 1-4 在線電子書 相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2025 book.wenda123.org All Rights Reserved. 圖書目錄大全 版權所有