Algorithms, 4/e (Hardcover)
暫譯: 演算法(第4版)
Robert Sedgewick, Kevin Wayne
- 出版商: Addison Wesley
- 出版日期: 2011-03-24
- 售價: $3,400
- 貴賓價: 9.8 折 $3,332
- 語言: 英文
- 頁數: 976
- 裝訂: Hardcover
- ISBN: 032157351X
- ISBN-13: 9780321573513
-
相關分類:
Algorithms-data-structures
-
相關翻譯:
演算法, 4/e (Algorithms, 4/e) (簡中版)
立即出貨 (庫存=1)
買這商品的人也買了...
-
深入淺出設計模式 (Head First Design Patterns)$880$695 -
Fundamentals of Data Structures in C, 2/e (Paperback)$1,390$1,362 -
大話設計模式$620$490 -
Introduction to Algorithms, 3/e (IE-Paperback)$1,590$1,558 -
Sedgewick-Java 程式設計導論 (Introduction to Programming in Java: An Interdisciplinary Approach)$450$405 -
程式設計師的自我修養-連結、載入、程式庫$580$493 -
約耳趣談軟體-來自專案管理的現場實錄 (Joel on Software: And on Diverse and Occasionally Related Matters That Will Prove of Interest to Software Developers)$490$387 -
約耳續談軟體-探究軟體經營的根本實學 (More Joel on Software: Further Thoughts on Diverse and Occasionally Related Matters That Will Prove)$490$387 -
名題精選百則 ─ 技巧篇, 3/e$650$618 -
學徒模式-優秀軟體開發者的養成之路 (Apprenticeship Patterns: Guidance for the Aspiring Software Craftsman)$420$332 -
Eclipse 完全攻略-從基礎 Java 到 PDE 外掛開發$600$468 -
Introduction to Algorithms, 3/e (Hardcover)$1,750$1,715 -
Android 技術內幕-探索 Android 核心原理與系統開發$580$458 -
深入淺出 Python (Head First Python)$780$616 -
24 小時不打烊的雲端服務-專家教你用 CentOS 架設萬年不掛的伺服器
$680$530 -
TCP/IP 網路通訊協定, 2/e$560$437 -
iOS 射擊遊戲程式實務
$580$452 -
jQuery 網頁設計範例教學$490$387 -
Android 4.X 手機/平板電腦程式設計入門、應用到精通, 2/e (適用 Android 1.X~4.X)$520$411 -
提升程式設計的邏輯思考力—國際程式設計競賽之演算法原理、題型、解題技巧與重點解析$400$316 -
演算法, 4/e (Algorithms, 4/e)$779$740 -
無瑕的程式碼-敏捷軟體開發技巧守則 (Clean Code: A Handbook of Agile Software Craftsmanship)$580$452 -
超圖解 Arduino 互動設計入門, 2/e$680$578 -
$1,615Cracking the Coding Interview : 189 Programming Questions and Solutions, 6/e (Paperback) -
$726深入理解計算機系統, 3/e (Computer Systems: A Programmer's Perspective, 3/e)
相關主題
商品描述
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,獲取一個免費訪問的綜合網站,包括文本摘要、程式碼、測試數據、程式設計專案、練習、講義幻燈片和其他資源。
內容
第一章:基礎
程式設計模型
資料抽象
袋、堆疊和佇列
演算法分析
案例研究:聯集-查找
第二章:排序
基本排序
合併排序
快速排序
優先佇列
應用
第三章:搜尋
符號表
二元搜尋樹
平衡搜尋樹
雜湊表
應用
第四章:圖形
無向圖
有向圖
最小生成樹
最短路徑
第五章:字串
字串排序
字典樹
子字串搜尋
正規表達式
資料壓縮
第六章:上下文
```
