HomeComputers & TechnologyData Structures and Problem Solving Using Java
Skip to product information
1 of 1

Data Structures and Problem Solving Using Java

paperbackOctober 7, 2009
Regular price $104.64 USD
Regular price Sale price $104.64 USD
Sale Sold out
Shipping calculated at checkout.
Secure Checkout
Quality Guaranteed
New In Stock
ISBN-13: 9780321541406 ISBN-10: 0321541405
Publisher
PEARSON EDUCATION
Binding
paperback
Published
October 7, 2009
Weight
3.3 lbs
Dimensions
23.10×3.30×18.50 cm

About this book

Data Structures and Problem Solving Using Java by Mark Allen Weiss. paperback edition. ISBN: 9780321541406.

Data Structures and Problem Solving Using Java takes a practical and unique approach to data structures that separates interface from implementation. It is suitable for the second or third programming course. This book provides a practical introduction to data structures with an emphasis on abstract thinking and problem solving, as well as the use of Java. It does this through what remains a unique approach that clearly separates each data structure’s interface (how to use a data structure) from its implementation (how to actually program that structure). Parts I (Tour of Java), II (Algorithms and Building Blocks), and III (Applications) lay the groundwork by discussing basic concepts and tools and providing some practical examples, while Part IV (Implementations) focuses on implementation of data structures. This forces the reader to think about the functionality of the data structures before the hash table is implemented. The Fourth Edition features many new updates as well as new exercises.