Data Structures & Algorithms in Java, 2/e (Hardcover)
Robert Lafore
- 出版商: Sams Publishing
- 出版日期: 2002-11-16
- 售價: $2,275
- 貴賓價: 9.5 折 $2,161
- 語言: 英文
- 頁數: 800
- 裝訂: Hardcover
- ISBN: 0672324539
- ISBN-13: 9780672324536
-
相關分類:
Java 程式語言、Algorithms-data-structures 資料結構與演算法
立即出貨 (庫存=1)
買這商品的人也買了...
-
$1,060$1,007C How to Program, 4/e
-
$880$695LPI Linux 資格檢定 (LPI Linux Certification in a Nutshell)
-
$650$494Visual C#.NET 程式設計經典
-
$560$442鳥哥的 Linux 私房菜─基礎學習篇增訂版
-
$590$448ASP.NET 程式設計徹底研究
-
$750$593鳥哥的 Linux 私房菜-伺服器架設篇
-
$720$569重構─改善既有程式的設計
-
$650$618作業系統
-
$690$538STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework)
-
$680$537計算機組織與設計--軟硬體界面第二版 (Computer Organization & Design, 2/e)
-
$650$507ASP.NET 徹底研究進階技巧─高階技巧與控制項實作
-
$1,250$1,188Discrete and Combinatorial Mathematics: An Applied Introduction, 5/e (IE-Paperback)
-
$990$970Introduction to Algorithms, 2/e
-
$650$553SQL Server 2000 設計實務
-
$780$741作業系統概念 (Operating System Concepts, 6/e Windows XP Update)
-
$280$218學 UML 的第1本書
-
$920$727Thinking in Java 中文版 (Thinking in Java, 2/e)
-
$750$638Java 完美經典優質學習篇
-
$980$774C++ Primer, 3/e 中文版
-
$1,300$1,235Computer Architecture: A Quantitative Approach, 3/e(精裝本)
-
$650$507ASP.NET 2.0 深度剖析範例集
-
$490$382最新 JavaScript 完整語法參考辭典 第三版
-
$490$417Dreamweaver MX 2004 魔法書中文版
-
$780$616建構嵌入式 Linux 系統
-
$760$600802.11 無線網路技術通論 (802.11 Wireless Networks: The Definitive Guide)
商品描述
Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use to manipulate data structures. Besides clear and simple example programs, the author includes a workshop as a small demonstration program executable on a Web browser. The programs demonstrate in graphical form what data structures look like and how they operate. In the second edition, the program is rewritten to improve operation and clarify the algorithms, the example programs are revised to work with the latest version of the Java JDK, and questions and exercises will be added at the end of each chapter making the book more useful to readers.
Table of Contents
Introduction.
1. Overview.
2. Arrays.
3.
Simple Sorting.
4. Stacks and Queues.
5. Linked Lists.
6. Recursion.
7. Advanced Sorting.
8. Binary Trees.
9. Red-Black Trees.
10.
2-3-4 Trees and External Storage.
11. Hash Tables.
12. Heaps.
13.
Graphs.
14. Weighted Graphs.
15. When to Use What.
Appendix A.
Running the Workshop Applets and Example Programs.
Appendix B. Further
Reading.
Appendix C. Answers to Questions.
Index.