Algorithms in Java, 3/e
暫譯: Java 演算法 (第三版)
Robert Sedgewick
- 出版商: Addison Wesley
- 出版日期: 2002-07-23
- 售價: $2,550
- 貴賓價: 9.5 折 $2,423
- 語言: 英文
- 頁數: 768
- 裝訂: Paperback
- ISBN: 0201361205
- ISBN-13: 9780201361209
-
相關分類:
Java 程式語言、Algorithms-data-structures
已過版
買這商品的人也買了...
-
Perl 程式設計 (Programming Perl, 2/e)$950$751 -
Visual Basic 6.0 中文專業版徹底研究$690$538 -
Shell Programming 即學活用 (Same Teach Yourself Shell Programming in 24 Hours)$480$374 -
C++ Primer, 3/e 中文版$980$774 -
802.11 Wireless Networks: The Definitive Guide$1,620$1,539 -
C++ 標準程式庫 (The C++ Standard Library: A Tutorial and Reference)$860$679 -
Reuse Methodology Manual for System-On-A-Chip Designs, 3/e (Hardcover)$1,500$1,470 -
JavaScript 範例活用辭典$450$351 -
802.11 無線區域網路通訊協定及應用$550$435 -
ASP.NET 程式設計徹底研究$590$466 -
Borland 傳奇$280$221 -
行動與無線通訊 (Mobile and Wireless Communications)$480$408 -
Windows Server 2003 網路與 IIS 架站指南$680$537 -
FreeBSD 架設管理與應用$480$374 -
STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework)$690$538 -
PHP 徹底研究(新編第二版) (PHP Bible, 2/e)$650$507 -
程式設計專家手冊 (The Practice of Programming)$420$332 -
深入淺出 JBuilder 程式設計實作(JBuilder 9.0/8.0/7.0 適用) (Charlie Calvert's Learn Jbuilder)$720$562 -
Java 2 教學手冊 SDK 1.4版 (Beginning Java 2 SDK 1.4 Edition)$780$616 -
Windows Server 2003 Active Directory 建置指南$600$474 -
Solaris 9 入門密技:含x86安裝$490$387 -
重構─改善既有程式的設計$720$569 -
.NET 本質論首部曲 (Essential .NET Volume 1: The Common Language Runtime)$500$395 -
Practical Java Programming Language Guide 中文版 (Practical Java Programming Language Guide)$560$442 -
XOOPS2 網站架設與管理$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. 外部搜尋
附錄
