25 used & new from $44.98

Have one to sell? Sell yours here

or

Get a $25.80 Amazon.com Gift Card
 
 
Data Structures and Problem Solving Using Java (3rd Edition)
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Data Structures and Problem Solving Using Java (3rd Edition) (Hardcover)

~ (Author)
2.9 out of 5 stars  See all reviews (29 customer reviews)


Available from these sellers.


11 new from $104.99 14 used from $44.98

Formats

Amazon Price New from Used from
Hardcover --  
Hardcover, February 24, 2005 --  
Paperback --  

Customers Who Bought This Item Also Bought


Editorial Reviews

Product Description

Data Structures and Problem Solving Using Java  3/e  provides a practical introduction to data structures from a viewpoint of abstract thinking and problem solving, and incorporates the enhancements of Java 5.0.  It includes coverage of generic programming, and content on the design of generic collection classes. This book is appropriate for readers who are familiar with basic Java programming concepts or are new to the language and want to learn how it treats data structures concepts.

From the Back Cover

Features Contains extensive sample code using Java 1.1, which is available over the Internet and has been tested and reviewed by a professional programmer for accuracy. Provides an introduction to Java in Part I and also covers Graphical User Interfaces (GUI's) in an appendix. Includes pedagogical aids such as margin notes and comprehensive end-of-chapter material to help readers grasp challenging concepts. Offers flexibility in topic coverage by minimizing dependencies among the different chapters.

0201549913B04062001 --This text refers to an out of print or unavailable edition of this title.


Product Details

  • Hardcover: 960 pages
  • Publisher: Addison Wesley; 3 edition (February 24, 2005)
  • Language: English
  • ISBN-10: 0321322134
  • ISBN-13: 978-0321322135
  • Product Dimensions: 9.2 x 7.9 x 1.6 inches
  • Shipping Weight: 3.7 pounds
  • Average Customer Review: 2.9 out of 5 stars  See all reviews (29 customer reviews)
  • Amazon.com Sales Rank: #395,295 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #21 in  Books > Computers & Internet > Databases > Java & Databases
    #25 in  Books > Computers & Internet > Programming > Algorithms > Data Structures

More About the Author

Mark Allen Weiss
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Mark Allen Weiss Page

What Do Customers Ultimately Buy After Viewing This Item?

Data Structures and Problem Solving Using Java (3rd Edition)
86% buy the item featured on this page:
Data Structures and Problem Solving Using Java (3rd Edition) 2.9 out of 5 stars (29)
Pragmatic Unit Testing in Java with JUnit
6% buy
Pragmatic Unit Testing in Java with JUnit 4.2 out of 5 stars (12)
$19.77
Head First Java, 2nd Edition
4% buy
Head First Java, 2nd Edition 4.4 out of 5 stars (258)
$29.67
Discrete Mathematics with Applications
2% buy
Discrete Mathematics with Applications 4.4 out of 5 stars (24)
$184.63

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(2)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

29 Reviews
5 star:
 (9)
4 star:
 (3)
3 star:
 (3)
2 star:
 (4)
1 star:
 (10)
 
 
 
 
 
Average Customer Review
2.9 out of 5 stars (29 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
7 of 7 people found the following review helpful:
2.0 out of 5 stars Good Code, Terrible Explanations, March 28, 2000
By A Customer
I am using this book in a class on Data Structures and Algorithms. This book has a lot of material and code in it which makes it good. However, his explanations are terrible. They are ambiguous and unclear. If you can teach yourself from the code, then this is a good book for you. If your looking for clear explanations, look somewhere else.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
12 of 14 people found the following review helpful:
4.0 out of 5 stars algorithms are primary, Java is secondary, July 27, 2005
By W Boudville (Terra, Sol 3) - See all my reviews
(TOP 10 REVIEWER)    (REAL NAME)      
[A review of the THIRD EDITION 2005]

The book teaches two things. Algorithms that are very useful in computing. And how these can be coded in Java.

The explanation of the algorithms requires a reasonable amount of mathematical sophistication on your part. They all relate to discrete maths, and cover topics like sorting, random number generation and graphs. The complexity of the discussion is less than that in Knuth's "Art of Computer Programming". Perhaps more akin to Sedgewick or Aho's algorithms texts. There is a fair amount of abstraction that you'll have to deal with.

The other task in the book is explaining how Java is well suited in which to code these algorithms. Weiss also makes good use of the Java interface ability. If you think of an algorithm as being implemented in a subroutine [ie. a procedural approach], then the book uses interfaces to let you design a program at a higher level, and making it quite modular and independent of specific implementations of given algorithms.

The book does deal with Java 5. But perhaps the most important aspect of Java used in the book is the interface. So the book is quite germane even if you are using an earlier Java.

But what if you program in another language? Is the book relevant? Quite possibly. Firstly, some other languages, like C#, have interfaces. More importantly, if you regard the algorithms as the most important aspect of the book, and you are a skilled programmer, then coding is the easier aspect.

A remark to a lecturer: If you are teaching a course and are contemplating this book as its text, be careful. Try to ensure that the expected background of your class is compatible with the book. For example, if they will be experienced Java programmers, but have little maths knowledge (and this combination is certainly possible), then the book may not be very useful to them.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
8 of 9 people found the following review helpful:
5.0 out of 5 stars Great book!, November 19, 2005
I got the 2002 edition of this book for a class one and a half year ago. It is a great book. Yes, the book covers some of the basics of Java, then it goes into various analysis, algorithms, implementations, etc. It is not for beginners, and some math background will help tremendously. There is no way we could have covered all the topics in the book. It is simply too rich. It is very well written and contains great explanation. I especially like the Big Oh introduction. I found myself getting even more out of it every time I go back and read it again. Just like everything else in life, repitition is the key.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars Perfect
The book arrived, no discernible damages. Even smelled brand new -- as described. Excellent product.
Published 4 months ago by V. Menezes

1.0 out of 5 stars Not For Beginners
I was required to purchase this text for my course. Having never programmed in java before and not having a strong programming background, I found this book almost impossible to... Read more
Published 21 months ago by Jason in PA

2.0 out of 5 stars Certainly not for beginners in OOP
This book is a college textbook for my data structures java class. I was not new to programing at the start of my course, however I was new to OOP. Read more
Published on December 5, 2007 by J. Arenson

2.0 out of 5 stars not so good
book is not so good. explanations are overcomplicated, even for simple issues. If you are beginner get "Teach yourself Java in 21 days" instead.
Published on February 14, 2007 by A. Semenov

1.0 out of 5 stars Mostly code from JDK source for collections
I bought this book with great expectations after reading the positive reviews. But the book only provides the interfaces for most of the collections (Data Structures? Read more
Published on July 27, 2006 by Seshadri Rangaswami

5.0 out of 5 stars Data Structures and Problem Solving with Java
I absolutely love this book. Some of the best code examples I have seen in a Computer Science book. Read more
Published on March 19, 2006 by Myles Bostwick

5.0 out of 5 stars An important Java book
This book is used to teach Algorithms and Data Structure in an honor computer science course at the University of Texas at Austin. Read more
Published on April 12, 2005 by JJ

1.0 out of 5 stars Too little code, explanations
Most of the "code" presented in this book is simply an interface, a list of methods with no explanation of how to implement them. I didn't learn anything from this.
Published on February 3, 2005 by Michael R. Munsey

1.0 out of 5 stars A terrible, terrible book
I was recently shanghied into buying this book by a 300-level Computer Science course I'm taking. This book is horrible. Read more
Published on July 7, 2004 by Alex V. Fairley

5.0 out of 5 stars book is superb
I took this class with the author, the book and class were excellent. The java that is covered is done in a much better way than any other java book I have. Read more
Published on June 2, 2002 by Darren C. Lyn

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   


Listmania!


So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.