發表於2025-04-17
Mark Allen Weiss,1987年在普林斯頓大學獲得計算機科學博士學位,師從Robert Sedgewick (師從Knuth),現任美國佛羅裏達國際大學計算與信息科學學院教授。他曾經擔任全美AP(Advanced Placement)考試計算機學科委員會的主席(2000-2004)。他的主要研究方嚮是數據結構、算法和教育學。
Mark Allen Weiss' successful book provides a modern approach to algorithms and data structures using the C programming language. The book's conceptual presentation focuses on ADTs and the analysis of algorithms for efficiency, with a particular concentration on performance and running time. The second edition contains a new chapter that examines advanced data structures such as red black trees, top down splay trees, treaps, k-d trees, and pairing heaps among others. All code examples now conform to ANSI C and coverage of the formal proofs underpinning several key data structures has been strengthened.
Data Structures and Algorithm Analysis in C (2nd Edition) 下載 mobi pdf epub txt 電子書 格式 2025
Data Structures and Algorithm Analysis in C (2nd Edition) 下載 mobi epub pdf 電子書##介紹算法和數據結構,講解很深入。但有些部分的講解有些過於概括,不容易理解。
評分 評分##英文原版 3.4.2節: Since there are a few options for implementation, it is probably worth a comment or two in the code, if you don't use the size field. 該書的中文翻譯是: 由於實現的方法有多種選擇,因此如果你不使用錶示大小的域,那就很有可能有必要進行一些討...
評分 評分##大體上不功不過,比較有條理,但是後麵的章節有些部分過於簡略不好理解。 現在的程序員總是用著彆人封裝好的函數、類、庫、API,滿滿的,我們就會覺得編程不過是這麼迴事,搭積木而已,彆人都把材料提供好瞭,至於材料是怎麼做的,不用理會。 真的是這樣嗎?說數據結構和算法沒用的人,那是因為他用不到。為什麼用不到?他的層次決定瞭他不會接觸到編...
評分 評分##正文毫不含糊 習題給自己深深虐瞭三個月 單看這本基本上腦袋大 需用算法導論壓
評分##我看的是中文版的,hash table那一章,第114頁。我就直奔主題瞭啊。 中文版裏是這樣說的: 我們程序的一個低效之處在於第12行上的malloc執行瞭H->TableSize次。這可以通過循環齣現之前調用一次malloc操作。 H->TheLists = malloc(H->TableSize * sizeof(struct ListNode)); ...
Data Structures and Algorithm Analysis in C (2nd Edition) mobi epub pdf txt 電子書 格式下載 2025