Data Structures and the Java Collections Framework

個数:
  • ポイントキャンペーン

Data Structures and the Java Collections Framework

  • ウェブストア価格 ¥15,605(本体¥14,187)
  • Osborne/McGraw-Hill(2001/08発売)
  • 外貨定価 US$ 81.00
  • ゴールデンウィーク ポイント2倍キャンペーン対象商品(5/6まで)
  • ポイント 282pt
  • 在庫がございません。海外の書籍取次会社を通じて出版社等からお取り寄せいたします。
    通常6~9週間ほどで発送の見込みですが、商品によってはさらに時間がかかることもございます。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合がございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Hardcover:ハードカバー版/ページ数 736 p.
  • 言語 ENG
  • 商品コード 9780072369649
  • DDC分類 005.73

Full Description

"Data Structures and the Java Collections Framework" by William Collins is designed for a course in data structures where the implementation language is Java. This student-friendly book focuses on teaching students how to apply the concepts presented and so includes many applications and examples throughout the book. Additionally, he provides programming projects, which get students thinking deeper. Collins teaches students how to use the data structures provided in the "Java Collections Framework", as well as teaching them how to build the code themselves. His goal is give students an excellent background in creating data structures themselves, as well as make them comfortable using the standard library. Using the "Java Collections Framework" gives students the opportunity to work with excellent fully tested code. Further, since this is a standard library of classes, students will be able to continue to use it for other courses and as they move into industry. Another feature of this text is that labs are provided with the book. These labs can be used as open-labs, closed labs, or homework assignments and are designed to give students hands-on experience in programming.
These optional labs provide excellent practice and additional material for the students.

Contents

1 Important Features of Java 2 Interfaces and Collection Classes 3 Introduction to Software Engineering 4 Recursion 5 Array Lists 6 Linked Lists 7 Queues and Stacks 8 Binary Trees and Binary Search Trees 9 Balanced Binary Search Trees 10 Tree maps and Tree sets 11 Priority Queues 12 Sorting 13 Searching and The Hash Classes 14 Graphs, Trees, and Networks Appendix 1 Mathematical Background Appendix 2 The GUI and GUIListener Classes Appendix 3 The Java Collections Framework