Data Structures and the Java Collections Framework (3RD)

個数:

Data Structures and the Java Collections Framework (3RD)

  • 在庫がございません。海外の書籍取次会社を通じて出版社等からお取り寄せいたします。
    通常6~9週間ほどで発送の見込みですが、商品によってはさらに時間がかかることもございます。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合がございます。
    2. 複数冊ご注文の場合は、ご注文数量が揃ってからまとめて発送いたします。
    3. 美品のご指定は承りかねます。

    ●3Dセキュア導入とクレジットカードによるお支払いについて
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 736 p.
  • 言語 ENG
  • 商品コード 9780470482674
  • DDC分類 005

Full Description

Instead of emphasizing the underlying mathematics to get programmers to build their own data structures, Collins enables them to manipulate existing structures in the Java Collections Library. This allows them to learn through coding rather than by doing proofs. 23 lab projects and hundreds of programming examples are integrated throughout the pages to build their intuition. The approach this book takes helps programmers quickly learn the concepts that underlie data structures.

Contents

Preface.
CHAPTER 0 Introduction to Java.


0.1 Java Fundamentals


0.2 Classes.


0.3 Arrays.


0.4 Arguments and Parameters.


0.5 Output Formatting.


CHAPTER 1 Object-Oriented Concepts.


1.1 Data Abstraction.


1.2 Abstract Methods and Interfaces.


1.3 Inheritance.


1.4 Information Hiding.


1.5 Polymorphism.


1.6 The Unified Modeling Language.


CHAPTER 2 Additional Features of Programming and Java.


2.1 Static Variables, Constants and Methods.


2.2 Method Testing.


2.3 Exception Handling.


2.4 File Output.


2.5 System Testing.


2.6 The Java Virtual Machine.


2.7 Packages.


2.8 Overriding the Object Class's equals Method.


CHAPTER 3 Analysis of Algorithms.


3.1 Estimating the Efficiency of Methods.


3.2 Run-Time Analysis.


CHAPTER 4 The Java Collections Framework.


4.1 Collections.


4.2 Some Details of the Java Collections.


CHAPTER 5 Recursion.


5.1 Introduction.


5.2 Factorials.


5.3 Decimal to Binary.


5.4 Towers of Hanoi.


5.5 Searching an Array.


5.6 Backtracking.


5.7 Indirect Recursion.


5.8 The Cost of Recursion.


CHAPTER 6 Array-Based Lists.


6.1 The List Interface.


6.2 The ArrayList Class.


6.3 Application: High-Precision Arithmetic.


CHAPTER 7 Linked Lists.


7.1 What is a Linked List?


7.2 The SinglyLinkedList Class A.


7.3 Doubly-Linked Lists.


7.4 Application: A Line Editor.


CHAPTER 8 Stacks and Queues.


8.1 Stacks.


8.2 Queues.


CHAPTER 9 Binary Trees.


9.1 Definition of Binary Tree.


9.2 Properties of Binary Trees.


9.3 The Binary Tree Theorem.


9.4 External Path Length.


9.5 Traversals of a Binary Tree.


CHAPTER 10 Binary Search Trees.


10.1 Binary Search Trees.


10.2 Balanced Binary Search Trees.


CHAPTER 11 Sorting.


11.1 Introduction.


11.2 Simple Sorts.


11.3 The Comparator Interface.


11.4 How Fast Can we Sort?


11.5 Radix Sort.


CHAPTER 12 Tree Maps and Tree Sets.


12.1 Red-Black Trees.


12.2 The Map Interface.


12.3 The TreeMap Implementation of the SortedMap Interface.


12.4 Application of the TreeMap Class: a Simple Thesaurus.


12.5 The TreeSet Class.


CHAPTER 13 Priority Queues.


13.1 Introduction.


13.2 The PriorityQueue Class.


13.3 Implementation Details of the PriorityQueue Class.


13.4 The heapSort Method.


13.5 Application: Huffman Codes.


CHAPTER 14 Hashing.


14.1 A Framework to Analyze Searching.


14.2 Review of Searching.


14.3 The HashMap Implementation of the Map Interface.


14.4 The HashSet Class.


14.5 Open-Address Hashing (optional).


CHAPTER 15 Graphs, Trees, and Networks.


15.1 Undirected Graphs.


15.2 Directed Graphs.


15.3 Trees.


15.4 Networks.


15.5 Graph Algorithms.


15.6 A Network Class.


15.7 Backtracking Through A Network.


APPENDIX 1 Additional Features of the Java Collections Framework.


APPENDIX 2 Mathematical Background.


APPENDIX 3 Choosing a Data Structure.


References.


Index.

最近チェックした商品