Skip to content

Data Structures and Abstractions with Java

Best in textbook rentals since 2012!

ISBN-10: 013237045X

ISBN-13: 9780132370455

Edition: 2nd 2007 (Revised)

Authors: Frank Carrano, Walter Savitch

List price: $146.00
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

Using the latest features of Java 5, this unique object-oriented presentation introduces readers to data structures via thirty, manageable chapters. KEY FeaturesTOPICS: Introduces each ADT in its own chapter, including examples or applications. Provides aA variety of exercises and projects, plus additional self-assessment questions throughout. the text Includes generic data types as well as enumerations, for-each loops, the interface Iterable, the class Scanner, assert statements, and autoboxing and unboxing. Identifies important Java code as a Listing. Provides NNotes and Pprogramming Ttips in each chapter. For programmers and software engineers interested in learning more…    
Customers also bought

Book details

List price: $146.00
Edition: 2nd
Copyright year: 2007
Publisher: Prentice Hall PTR
Publication date: 8/4/2006
Binding: Hardcover
Pages: 1024
Size: 8.25" wide x 10.00" long x 1.75" tall
Weight: 4.444
Language: English

Introduction
Java Classes
Creating Classes from Other Classes
Designing Classes
Lists
List Implementations That Use Arrays
List Implementations That Link Data
Iterators
Java's Iterator Interfaces
The Efficiency of Algorithms
Recursion
An Introduction to Sorting
Faster Sorting Methods
Sorted Lists
Inheritance and Lists
Mutable, Immutable, and Cloneable Objects
Searching
Dictionaries
Dictionary Implementations
Hashing as a Dictionary Implementation
Stacks
Stack Implementations
Queues, Deques, and Priority Queues
Queue, Deque, and Priority Queue Implementations
Trees
Tree Implementations
A Binary Search Tree Implementation
A Heap Implementation
Balanced Search Trees
Graphs
Graph Implementations
Java Essentials
Exception Handling
File Input and Output
Documentation and Programming Style
Answers to Self-Test Questions
Index