Join Amazon Prime and get unlimited Free One-Day Delivery. Already a member? Sign in.

Quantity: 

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
38 used & new from £18.00

Have one to sell? Sell yours here
 
   
Tell a Friend
Data Structures and Algorithms in Java
 
See larger image
 
Data Structures and Algorithms in Java (Hardcover)
by Robert Lafore (Author)
5.0 out of 5 stars 1 customer review (1 customer review)
RRP: £43.99
Price: £26.39 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £17.60 (40%)
Availability: In stock. Dispatched from and sold by Amazon.co.uk.

Only 1 left in stock--order soon (more on the way).

Want guaranteed delivery by 1pm Tuesday, May 20? Choose Express delivery at checkout. See Details

38 used & new available from £18.00

Perfect Partner

Buy this book with UML 2 and the Unified Process: Practical Object-Oriented Analysis and Design (Addison-Wesley Object Technology Series) by Jim Arlow today!

Data Structures and Algorithms in Java UML 2 and the Unified Process: Practical Object-Oriented Analysis and Design (Addison-Wesley Object Technology Series)
Buy Together Today: £47.98

Customers Who Bought This Item Also Bought

Database Systems: A Practical Approach to Design, Implementation and Management (International Computer Science Series)

Database Systems: A Practical Approach to Design, Implementation and Management (International Computer Science Series) by Thomas Connolly

3.9 out of 5 stars (14)  £46.54
Java Concurrency in Practice

Java Concurrency in Practice by Brian Goetz

5.0 out of 5 stars (2)  £17.39
UML 2 and the Unified Process: Practical Object-Oriented Analysis and Design (Addison-Wesley Object Technology Series)

UML 2 and the Unified Process: Practical Object-Oriented Analysis and Design (Addison-Wesley Object Technology Series) by Jim Arlow

5.0 out of 5 stars (1)  £21.59
Head First Design Patterns (Head First)

Head First Design Patterns (Head First) by Eric Freeman

4.9 out of 5 stars (30)  £20.77
The Mythical Man Month and Other Essays on Software Engineering

The Mythical Man Month and Other Essays on Software Engineering by Frederick P. Brooks

4.3 out of 5 stars (24)  £14.99
Explore similar items : Books (7)

Product details

Customers Viewing This Page May Be Interested in These Sponsored Links (What is this?)
Embeddable Java database
infinitydb.com    22 times faster and 37 to 90 times more compressing than competition 
Java Object/Data Storage
www.rcrt.co.uk    Java JNDI object storage, accessible via xml web-services. 
Perst Java Database
www.mcobject.com    Fast. Flexible. Compact. Easy to use. Open Source object database. 

Product Description
Book Description
Clear coverage of best practices for data manipulation in Java.
Straightforward, readable approach to learning the basic formulas and approaches for manipulating data in Java.
The author provides an exclusive workshop tool offering a visual explanation of how Java data structures look and work.
Examples written for the latest version of Java JDK 1.4. Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself can be quite complicated. Algorithms are the procedures that software programs use to manipulate data structures. Besides clear and simple example programs, the author includes a workshop as a small demonstration program executable on a web browser. The programs demonstrate in graphical form what data structures look like and how they operate. In the second edition, the program is rewritten to improve operation and clarify the algorithms, the example programs are revised to work with the latest version of the Java JDK, and questions and exercises will be added at the end of each chapter making the book more useful to readers.
Robert Lafore has degrees in Electrical Engineering and Mathematics. His experience as a system analyst for Lawrence Berkley Laboratory led him to found his own computer software company and begin his writing career. Robert Lafore is the author of many successful books, including Object-Oriented Programming in C++, ISBN- 0672323087, Sams, 12/01.

Synopsis
Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself can be quite complicated. Algorithms are the procedures that software programs use to manipulate data structures. Besides clear and simple example programs, the author includes a workshop as a small demonstration program executable on a web browser. The programs demonstrate in graphical form what data structures look like and how they operate. In the second edition, the program is rewritten to improve operation and clarify the algorithms, the example programs are revised to work with the latest version of the Java JDK, and questions and exercises will be added at the end of each chapter making the book more useful to readers.

See all Product Description

Customers Who Viewed This Item Also Viewed

Algorithms in Java: Graph Algorithms Pt.5 (Algorithms in Java)

Algorithms in Java: Graph Algorithms Pt.5 (Algorithms in Java) by Robert Sedgewick

3.0 out of 5 stars (1)  £24.79
Data Structures and Algorithms in Java

Data Structures and Algorithms in Java by Michael T. Goodrich

3.0 out of 5 stars (3)  £34.15
Bundle of Algorithms in Java: Fundamentals, Data Structures, Sorting, Searching, and Graph Algorithms: Pts. 1-5

Bundle of Algorithms in Java: Fundamentals, Data Structures, Sorting, Searching, and Graph Algorithms: Pts. 1-5 by Robert Sedgewick

Data Structures and Algorithm Analysis in Java

Data Structures and Algorithm Analysis in Java by Mark Allen Weiss

4.0 out of 5 stars (2)  £45.99
Algorithms in C++: Fundamentals, Data Structures, Sorting, Searching Pts. 1-4

Algorithms in C++: Fundamentals, Data Structures, Sorting, Searching Pts. 1-4 by Robert Sedgewick

4.5 out of 5 stars (8)  £45.59
Explore similar items : Books (22)

 
Customer Reviews
1 Review
5 star: 100%  (1)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
 
 
 
Share your thoughts with other customers:
Write an online review
Most Helpful Customer Reviews

 
12 of 13 people found the following review helpful:
5.0 out of 5 stars Excellent Book, 28 Mar 2003
By Thomas Paul (Plainview, NY USA) - See all my reviews
(TOP 500 REVIEWER)    (REAL NAME)   
Just about every Computer Science program requires a course called "Data Structures and Algorithms". In order to become a programmer you must understand the information provided in this course. This book was written as a textbook for a "Data Structures and Algorithms" course and all the expected topics are covered; arrays, queues, stacks, linked lists, trees, hash tables, heaps, sorting, recursion, and searching. Whether you are a teacher looking for a text, a student who wants a better text than the required one, or just someone who wants to learn more about programming, this book is a very good choice. By using Java, all the complications of C++ are eliminated and the author's crystal clear explanations come shining through. And the author's explanations and examples are excellent. For example, the chapter on link lists explains what a linked list is, what problems it is supposed to solve and what problems it fails to solve, and then shows how to implement your own link list. The author provides a set of applets to visually illustrate the topics covered in the book. There are questions at the end of each chapter and answers are provided. This book is not going to explain the Collection classes or help you learn the API. What this book will do is help you get a deeper understanding of what data structures are, how they work, and what performance sacrifices must be made in order to achieve better overall performance in your programs.
Comment Comment | Permalink | Was this review helpful to you? YesNo (Report this)


Write an online review
 
 
Search Customer Reviews
Only search this product's reviews