Skip to content

Data Abstraction and Problem Solving with Java

Best in textbook rentals since 2012!

ISBN-10: 0321304284

ISBN-13: 9780321304285

Edition: 2nd 2006 (Revised)

Authors: Frank M. Carrano, Janet Prichard

List price: $124.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!

Customers also bought

Book details

List price: $124.00
Edition: 2nd
Copyright year: 2006
Publisher: Addison-Wesley Longman, Incorporated
Publication date: 10/19/2005
Binding: Paperback
Pages: 912
Size: 7.25" wide x 8.75" long x 1.00" tall
Weight: 2.794
Language: English

Problem-Solving Techniques
Review of Java Fundamentals
Program Structure
Language Basics
Selection Statements
Iteration Statements
Useful Java Classes
Java Exceptions
Text Input and Output
File Input and Output
Principles of Programming and Software Engineering
Problem Solving and Software Engineering
Achieving an Object-Oriented Design
A Summary of Key Issues in Programming
Recursion: The Mirrors
Recursive Solutions
Counting Things
Searching an Array
Organizing Data
Recursion and Efficiency
Data Abstraction: The Walls
Abstract Data Types
Specifying ADTs
Implementing ADTs
Linked Lists
Preliminaries
Programming with Linked Lists
Variations of the Linked List
Application: Maintaining an Inventory
The Java Collections Framework
Problem Solving with Abstract Data Types
Recursion as a Problem-Solving Technique