Algorithms, 4/e (Hardcover)
暫譯: 演算法(第4版)
Robert Sedgewick, Kevin Wayne
- 出版商: Addison Wesley
- 出版日期: 2011-03-24
- 售價: $3,400
- 貴賓價: 9.5 折 $3,230
- 語言: 英文
- 頁數: 976
- 裝訂: Hardcover
- ISBN: 032157351X
- ISBN-13: 9780321573513
-
相關分類:
Algorithms-data-structures
-
相關翻譯:
演算法, 4/e (Algorithms, 4/e) (簡中版)
立即出貨 (庫存=1)
買這商品的人也買了...
-
$880$695 -
$1,362Fundamentals of Data Structures in C, 2/e (Paperback)
-
$620$490 -
$1,558Introduction to Algorithms, 3/e (IE-Paperback)
-
$450$405 -
$580$458 -
$490$387 -
$490$387 -
$650$618 -
$420$332 -
$600$468 -
$1,715Introduction to Algorithms, 3/e (Hardcover)
-
$580$458 -
$780$663 -
$680$530 -
$560$437 -
$580$452 -
$490$323 -
$540$427 -
$520$411 -
$400$316 -
$779$740 -
$580$452 -
$680$578 -
$1,615Cracking the Coding Interview : 189 Programming Questions and Solutions, 6/e (Paperback)
相關主題
商品描述
Essential Information about Algorithms and Data Structures
A Classic Reference
The latest version of Sedgewick’s best-selling series, reflecting an indispensable body of knowledge developed over the past several decades.
Broad Coverage
Full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing, including fifty algorithms every programmer should know. See algs4.cs.princeton.edu/code.
Completely Revised Code
New Java implementations written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.
Engages with Applications
Algorithms are studied in the context of important scientific, engineering, and commercial applications. Clients and algorithms are expressed in real code, not the pseudo-code found in many other books.
Intellectually Stimulating
Engages reader interest with clear, concise text, detailed examples with visuals, carefully crafted code, historical and scientific context, and exercises at all levels.
A Scientific Approach
Develops precise statements about performance, supported by appropriate mathematical models and empirical studies validating those models.
Integrated with the Web
Visit algs4.cs.princeton.edu for a freely accessible, comprehensive Web site, including text digests, program code, test data, programming projects, exercises, lecture slides, and other resources.
Contents
Chapter 1: Fundamentals
Programming Model
Data Abstraction
Bags, Stacks, and Queues
Analysis of Algorithms
Case Study: Union-Find
Chapter 2: Sorting
Elementary Sorts
Mergesort
Quicksort
Priority Queues
Applications
Chapter 3: Searching
Symbol Tables
Binary Search Trees
Balanced Search Trees
Hash Tables
Applications
Chapter 4: Graphs
Undirected Graphs
Directed Graphs
Minimum Spanning Trees
Shortest Paths
Chapter 5: Strings
String Sorts
Tries
Substring Search
Regular Expressions
Data Compression
Chapter 6: Context
商品描述(中文翻譯)
```
演算法與資料結構的基本資訊
經典參考書
最新版本的 Sedgewick 熱賣系列,反映出過去幾十年來發展出的不可或缺的知識體系。
廣泛涵蓋
全面處理資料結構和演算法,包括排序、搜尋、圖形處理和字串處理,涵蓋每位程式設計師應該知道的五十個演算法。請參見 algs4.cs.princeton.edu/code。
完全修訂的程式碼
新的 Java 實作以可讀的模組化程式設計風格編寫,所有程式碼都向讀者公開並可直接使用。
與應用程式互動
演算法在重要的科學、工程和商業應用的背景下進行研究。客戶端和演算法以真實程式碼表達,而不是許多其他書籍中的偽程式碼。
智力刺激
以清晰、簡潔的文字、詳細的範例和視覺效果、精心設計的程式碼、歷史和科學背景,以及各級別的練習來吸引讀者的興趣。
科學方法
發展有關性能的精確陳述,並以適當的數學模型和實證研究來支持這些模型。
與網路整合
訪問 algs4.cs.princeton.edu,獲取一個免費訪問的綜合網站,包括文本摘要、程式碼、測試數據、程式設計專案、練習、講義幻燈片和其他資源。
內容
第一章:基礎
程式設計模型
資料抽象
袋、堆疊和佇列
演算法分析
案例研究:聯集-查找
第二章:排序
基本排序
合併排序
快速排序
優先佇列
應用
第三章:搜尋
符號表
二元搜尋樹
平衡搜尋樹
雜湊表
應用
第四章:圖形
無向圖
有向圖
最小生成樹
最短路徑
第五章:字串
字串排序
字典樹
子字串搜尋
正規表達式
資料壓縮
第六章:上下文
```