Home > Computing and Information Technology > Computer programming / software engineering > Web programming > Data Structures in Java: From Abstract Data Types to the Java Collections Framework
5%
Data Structures in Java: From Abstract Data Types to the Java Collections Framework

Data Structures in Java: From Abstract Data Types to the Java Collections Framework

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

Simon Gray’s consistent and coherent approach to data structures teaches students to focus on software design and testing as they learn to develop high-quality software programs. He introduces each collection as an abstract data type and then guides students through a design process. This effective model illustrates that construction of high-quality software requires careful planning.   With Gray’s methodology, students become independent problem solvers by repeated practice planning, creating, testing, implementing, and then analyzing their work. Students also gain experience using an industry-standard library, while developing an understanding of what goes into creating such a library.

Table of Contents:
Chapter 0     Introduction to What We Will be Studying 0.1       Abstraction 0.2       Algorithms 0.3       Object-Oriented Programming 0.4       The Software Life Cycle 0.5       Software Testing 0.6       The Unified Modeling Language: Using Pictures to Express Design 0.7       Software Design Patterns: Applying Proven Solutions to New Problems 0.8       Collections and the Java Collections Framework Exercises   Chapter 1     Object-Oriented Programming and Java 1.1       Abstraction and Abstract Data Types 1.2       The Object-Oriented Approach 1.3       Code Reuse Through Composition and Inheritance Investigate: Inheritance, Packages, and Access Modifiers 1.4       Polymorphism and Generic Programming 1.5       Case Study: a Shapes Hierarchy 1.6       Java Generic Types Exercises   Chapter 2   Error Handling, Software Testing, and Program Efficiency 2.1        Error Handling with Exceptions 2.2       Software Testing 2.3       Analysis and Measurement of Algorithms Exercises   Chapter 3   Fundamental Data Structures: The Array and Linked Data Structures 3.1         The Array Data Structure 3.2         Array Operations 3.3         The Linked Data Structure 3.4         A Generic Singly Linked Data Structure 3.5         The Doubly Linked Data Structure 3.6         The Circular Linked List 3.7         Selecting a Data Structure 3.8         Focus on Problem Solving: The ACME Courier Company Exercises   Chapter 4     A Basic Collection Class 4.1        The Collection Interface in the Java Collections Framework 4.2         Iterators and the Iterator Design Pattern 4.3        Collection Basics: Objects, Casting, Operations, and Iterators 4.4        Developing a Test Plan for BasicCollection 4.5        Testing with JUnit 4.6        The java.util.AbstractCollection Abstract Class 4.7        More Java Generics: Inheritance, Wildcards, and Generic Methods 4.8        Implementation of the BasicCollection Class 4.9        Analysis of the Implementation Investigate: equals(), hashcode(), and toArray() 4.10     Cloning Exercises   Chapter 5   The List Abstract Data Type 5.1        List Description 5.2        The List ADT 5.3        The List Interface in the Java Collections Framework 5.4        Designing a Test Plan 5.5        Focus on Problem Solving: CourierModel Revisited Investigate: The Serializable Interface — Adding Persistence to the Courier Application 5.6        A Linked List Implementation of the List ADT 5.7        Implementing the Test Plan 5.8        Analysis and Measurement Exercises     Chapter 6    The Stack Abstract Data Type 6.1        Stack Description 6.2        Stack Specification 6.3        The Stack Interface 6.4        Designing a Test Plan 6.5        Focus on Problem Solving: Evaluation of Postfix Expressions 6.6        Stack Implementation: ListStack–Using the Adapter Design Pattern 6.7        Stack Implementation: ListStack–Using a Linked Data Structure 6.8        Implementing the Test Plan 6.9        Evaluation of the Implementations Investigate: Measuring the Cost of Using and Adapter Exercises   Chapter 7    The Queue Abstract Data Type 7.1        Queue Description 7.2        Queue Specification 7.3        The Queue Interface 7.4        Designing a Test Plan 7.5        Focus on Problem Solving: The Leaky Bucket Algorithm 7.6        List Implementation Using the Adapter Design Pattern 7.7        ArrayQueue: Implementing Queue Using an Array 7.8        Testing the Implementation 7.9        Evaluation of the Implementations Investigate: A First Look at Priority Queues Exercises     Chapter 8    Recursion 8.1        What Is Recursion? 8.2        Recursive Definitions 8.3        Problem Definitions and Recursive Programming 8.4        Recursion as Iteration 8.5        Evaluating Recursion 8.6        Focus on Problem Solving: Cell Identification in MineSweeper Investigate: Simulating Recursion Using Loops and a Stack Exercises     Chapter 9    Sorting and Searching 9.1        Sorting Terminology 9.2        Sorting Primitive Types in an Array 9.3        Comparing Objects 9.4        Sorting Lists and Linked Lists Investigate: Using Comparators to Sort WorkOrders 9.5        Searching for Objects 9.6        Focus on Problem Solving: External Sorting  Exercises Chapter 10    Trees 10.1      Tree Terminology 10.2      Binary Tree Description 10.3      Binary Tree Specification 10.4      Implementations of the Binary Tree ADT 10.5      Heaps and Binary Trees 10.6      Focus on Problem Solving: Data Compression Using Huffman Trees Investigate: A Second Look at Priority Queues Exercises   Chapter 11    Binary Search Trees 11.1        The Binary Search Tree ADT 11.2        Linked Implementation of BinarySearchTree 11.3        Focus on Problem Solving: A Modifiable Spell Checker 11.4        The Need for a Balanced Search Tree 11.5        AVL Tree: A Balanced Binary Search Treee Investigate: Finding the kth Smallest Element in a Binary Search Tree 11.6        Splay Tree: A Self-Adjusting Binary Search Tree Exercises     Chapter 12    The Map ADT 12.1        The Map ADT 12.2        Focus on Problem Solving: A Pizza Ordering System 12.3        Hashing and Hash Tables 12.3        HashMap: A Hash Table Implementation of Map 12.3.1     Testing HashMap Investigate: Radix Sort 12.4        Ordered Map 12.5        MultiMap Exercises


Best Sellers


Product Details
  • ISBN-13: 9780321392794
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Pearson
  • Depth: 32
  • Language: English
  • Returnable: N
  • Spine Width: 350 mm
  • Weight: 1150 gr
  • ISBN-10: 0321392795
  • Publisher Date: 13 Nov 2006
  • Binding: Paperback
  • Height: 230 mm
  • No of Pages: 688
  • Series Title: English
  • Sub Title: From Abstract Data Types to the Java Collections Framework
  • Width: 190 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Data Structures in Java: From Abstract Data Types to the Java Collections Framework
Pearson Education (US) -
Data Structures in Java: From Abstract Data Types to the Java Collections Framework
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Data Structures in Java: From Abstract Data Types to the Java Collections Framework

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA