Algorithms in Java, 3/e
暫譯: Java 演算法 (第三版)
Robert Sedgewick
- 出版商: Addison Wesley
- 出版日期: 2002-07-23
- 售價: $2,750
- 貴賓價: 9.5 折 $2,613
- 語言: 英文
- 頁數: 768
- 裝訂: Paperback
- ISBN: 0201361205
- ISBN-13: 9780201361209
-
相關分類:
Java 程式語言、Algorithms-data-structures
已過版
買這商品的人也買了...
-
$950$751 -
$690$538 -
$480$374 -
$980$774 -
$1,740$1,653 -
$860$679 -
$1,500$1,470 -
$450$351 -
$550$435 -
$590$466 -
$280$221 -
$480$408 -
$680$537 -
$480$374 -
$690$538 -
$650$507 -
$420$332 -
$720$562 -
$780$616 -
$600$474 -
$490$387 -
$720$569 -
$500$395 -
$560$442 -
$590$502
商品描述
For the first time Sedgewick's seminal work on algorithms and data structures is available with implementations in Java. Michael Schidlowsky and Sedgewick have developed new Java code that both expresses the methods in a concise and direct manner, and also provides programmers with the practical means to test them on real applications. This particular book, Parts 1-4, represents the essential first half of Sedgewick's complete work. Its four parts are fundamentals, data structures, sorting, and searching. It has expanded coverage of arrays, linked lists, strings, trees, ADT's, and object-oriented programming.
Table of Contents
I. FUNDAMENTALS.
2. Principles of Algorithm Analysis.
II. DATA STRUCTURES.
4. Abstract Data Types.
5. Recursion and Trees.
III. SORTING.
7. Quicksort 315.
8. Merging and Mergesort.
9. Priority Queues and Heapsort.
10. Radix Sorting.
11. Special-Purpose Sorts.
IV. SEARCHING.
13. Balanced Trees.
14. Hashing.
15. Radix Search.
16. External Searching.
Appendix.
商品描述(中文翻譯)
對於 Sedgewick 的開創性著作《演算法與資料結構》,首次提供了 Java 實作。Michael Schidlowsky 和 Sedgewick 開發了新的 Java 代碼,既以簡潔直接的方式表達方法,也為程式設計師提供了在實際應用中測試這些方法的實用手段。本書的第一至第四部分代表了 Sedgewick 完整著作的基本前半部分。其四個部分分別為基礎知識、資料結構、排序和搜尋。對於陣列、鏈結串列、字串、樹、抽象資料類型(ADT)和物件導向程式設計的涵蓋範圍有所擴展。
目錄
I. 基礎知識
1. 介紹
2. 演算法分析原則
II. 資料結構
3. 基本資料結構
4. 抽象資料類型
5. 遞迴與樹
III. 排序
6. 基本排序方法
7. 快速排序
8. 合併與合併排序
9. 優先佇列與堆排序
10. 基數排序
11. 特殊用途排序
IV. 搜尋
12. 符號表與二元搜尋樹(BST)
13. 平衡樹
14. 雜湊
15. 基數搜尋
16. 外部搜尋
附錄