Cheap Java Structures: Data Structures in Java for the Principled Programmer (Book) (Duane Bailey, Duane Bailey) Price
CHEAP-PRICE.NET ’s Cheap Price
$93.12
Here at Cheap-price.net we have Java Structures: Data Structures in Java for the Principled Programmer at a terrific price. The real-time price may actually be cheaper — click “Buy Now” above to check the live price at Amazon.com.
| AUTHOR: | Duane Bailey, Duane Bailey |
| CATEGORY: | Book |
| MANUFACTURER: | McGraw-Hill Science/Engineering/Math |
| ISBN: | 0072399090 |
| TYPE: | Computer Bks - Languages / Programming, Computer Books: Languages, Computer Programming Languages, Computer Science, Computers, Data Structures, Data structures (Computer scie, Data structures (Computer science), Database Management - General, Java (Computer program languag, Java (Computer program language), Programming - General, Programming Languages - Java |
| MEDIA: | Hardcover |
| # OF MEDIA: | 1 |
Related Products
Customer Reviews of Java Structures: Data Structures in Java for the Principled Programmer
Excellent - '2nd semester' text This is a great book if you are a competent programmer, perhaps with some O-O experience and some procedural/functional language experience. It is not for the beginner programmer, as lots of 'trivial' concepts are glossed over - which may confuse some.
It is used for 2nd semester CS, after a 1st semester course which taught Java.
Confusing
As a computer science student learning data structures, I found this book to be incredibly confusing for a beginner. The examples provided are not explained well. The reader is often left to guess and fill in details. It seems like many important details were left out. If you were to try his examples using a compiler, they would never work because the author omits to tell you some important piece of info. Pieces of code appear to be just thrown in without adequate explanation of how they relate to other code. I was thouroughly frustrated with this book.
Good but flawed
I like this book because it gives a concise presentation of the material, and contains lots of good exercises. It does contain some bad mistakes, however (such as a complete misunderstanding of what is meant by tail recursion and false statements about Java). Possibly there is also too much unexplained code.