Our website is currently undergoing technical upgrades to serve you better. We’ll be back online shortly.
Classic Data Structures in Java

Classic Data Structures in Java

          
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

With this book, Tim Budd looks at data structures by providing a solid foundation on the ADT, and uses the graphical elements found in Java when possible. The beginning chapters provide the foundation on which everything else will be built. These chapters define the essential concept of the abstract data type (ADT), and describe the tools used in the evaluation and analysis of data structures. The book moves on to provide a detailed description of the two most important fundamental data abstractions, the vector and the linked list, providing an explanation of some of the more common variations on these fundamental ideas. Next, the material considers data structures applicable to problems in which the order that values are added to a collection is important, followed by a consideration of the various different ways in which binary trees are used in the creation of data structures. The last few chapters consider a sequence of more advanced data structures. Most are constructed as adaptors built on top of earlier abstractions. Hash tables are introduced first as a technique for implementing simple collections, and later as a tool for developing efficient maps. Lastly, the graph data type is considered. Here there are several alternative data structures presentations in common use, and the emphasis in this chapter is more on the development and analysis of useful algorithms than on any particular data structure.

Table of Contents:
(All chapters conclude with "Chapter Summary", "Further Information", "Study Questions", "Exercises", and "Programming Projects".) 1. The Management of Complexity. The Control of Complexity. Abstraction, Information Hiding, and Layering. Division into Parts. Encapsulation and Interchangeability. Interface and Implementation. The Service View. Repetition and Recursion. Composition. Layers of Specialization. Multiple Views. Patterns. 2. Abstract Data Types. What is a Type? Classes. Interfaces and Polymorphism. Abstract Data Types. The Fundamental ADTs. Collection. Bag. Set. Sorted, Comparator and Comparable. Stack, Queue and Deque. FindMin and FindNth. Indexed Collections and Sorting Algorithms. Map. Matrix. 3. Algorithms. Characteristics of Algorithms. Recipes as Algorithms. Analyzing Computer Algorithms. Specification of the Input. Description of the Result. Instruction Precision. Time to Execute. Space Utilization. Recursive Algorithms. 4. Execution-Time Measurement. Algorithmic Analysis and Big-Oh Notation. Execution Time of Programming Constructs. Constant Time. Simple Loops. Nested Loops. While Loops. Function Calls. Summing Algorithmic Execution Times. The Importance of Fast Algorithms. Benchmarking and Actual Execution Times. 5. Increasing Confidence in Correctness. Program Proofs. Invariants. Analyzing Loops. Asserting That the Outcome is Correct. Progress Toward an Objective. Manipulating Unnamed Quantities. Function Calls. Recursive Algorithms. Program Testing. 6. Vectors. The Vector Data Structure. Enumeration. Application—Silly Sentences. Application—Memory Game. Application—Shell Sort. A Visual Vector. 7. Sorting Vectors. Divide and Conquer. Binary Search. Sorted Vectors. Merge Sort. Partitioning. The Pivot Algorithm. Finding the nth Element. Quick Sort. 8. Linked Lists. Varieties of Linked Lists. LISP-Style Lists. The LinkedList Abstraction. Application—Asteroids Game. Application—Infinite-Precision Integers. 9. List Variations. Sorted Lists. Fast Merge. Execution Timings for Merge Operations. Self-Organizing Lists. Skip Lists. 10. Stacks. The Stack ADT. Checking for Balanced Parentheses. Towers of Hanoi, Revisited. A Four-Function Calculator. A Solitaire Program. Implementation of the Stack Abstraction. 11. Deques. A Fractal Snowflake. Depth- and Breadth-First Search. An Implementation: The IndexedDeque. 12. Queues. The Queue ADT. The Caterpillar Game. A Pastry Factory Simulation. Implementation of the Queue Abstraction. A Vector-Based Queue. The Ring Buffer Queue. Piped Input/Output Streams. 13. Trees. Binary Trees. Vector Implementation. Dynamic Memory Implementation. Application—Guess the Animal Game. Tree Traversals. Postorder Tree Traversal. Preorder Tree Traversal. In-Order Tree Traversal. Level-Order Tree Traversal. Euler Tours. Binary Tree Representation of General Trees. 14. Binary Search Trees. The Importance of Balance. AVL Trees. Application—Tree Sort. 15. Priority Queues. The Priority Queue ADT. Heaps. Skew Heaps. Application—Discrete Event-Driven Simulation. A Framework for Simulations. Ice Cream Store Simulation. 16. Hash Tables. Hash Functions. Hash Functions. Hash Functions in the Java Standard Library. Collision Resolution. Hash Table Sorting Algorithms. Counting Sort. Radix Sorting. Open-Address Hashing. The Hashtable Data Type. Application—Ranking Poker Hands. 17. Maps. Example Programs. Silly Sentence Generation, Revisited. An Address Database. A Concordance. An Implementation. Searching Problems and Maps. 18. Sets. Changing a Bag into a Set. Set Union, Intersection, and Differences. Sorted List Sets. Application—A Spelling Checker. The Union-Find Problem. The BitSet Abstraction. Application—Prime Number Sieve. 19. Matrices. Java Matrices. Application—Rain Game. Binary Matrices. Application—The Game of Life. Sparse Vectors. An Application—(Almost) Infinitely Large Hash Tables. Sparse Matrices. Noninteger Keys. 20. Graphs. Adjacency-Matrix Representation. Edge-List Representation. Weighted-Graph Representation. Weighted-Adjacency Matrix. Floyd's Algorithm. Weighted-Edge List Representation. Dijkstra's Algorithm. Other Graph Problems. Topological Sorting. Depth-First Search Spanning Tree. Problem-The Traveling Salesman. Appendix A. Java Syntax. Program Structure. Packages. Import Declarations. Class Declaration. Interface Declaration. Method Declaration. Constructors. Data Field Declaration. Statements. Declaration Statement. Assignment Statement. Procedure Calls. If Statement. Switch Statement. While Statement. For Statement. Return Statement. Throw Statement. Try Statement. Expressions. Literal. Variable. Data Field and Method Access. Operators. Object Creation. Arrays. Files. Appendix B. Import Libraries. Appendix C. Data Structures in the Java Standard Library. Collection. Enumerators and Iterators. Vectors. Lists. Stack, Queue, and Deque. Priority Queue. Binary Search Tree. Hash Tables. Set. Map. Bibliography. Index.


Best Sellers


Product Details
  • ISBN-13: 9780201700022
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Pearson
  • Depth: 25
  • Language: English
  • Series Title: English
  • Weight: 1098 gr
  • ISBN-10: 0201700026
  • Publisher Date: 27 Oct 2000
  • Binding: Hardback
  • Height: 195 mm
  • No of Pages: 593
  • Spine Width: 32 mm
  • Width: 240 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
Classic Data Structures in Java
Pearson Education (US) -
Classic Data Structures in Java
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.

Classic Data Structures in Java

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