Data Structures and Problem Solving Using Java:International Edition - Mark Weiss - 9780321546227 - Computer Science - Algorithms and Data Structures - Pearson Education Schweiz AG - Der Fachverlag fuer Bildungsmedien - 978-0-3215-4622-7
Home > Higher Education > Computer Science > Algorithms and Data Structures > Data Structures and Problem Solving Using Java:International Edition

Data Structures and Problem Solving Using Java:International Edition

Seite senden! 

Grosses Bild
Titel:   Data Structures and Problem Solving Using Java:International Edition
Reihe:   Addison-Wesley
Autor:   Mark Allen Weiss
Verlag:   Pearson Education
Einband:   Softcover
Auflage:   4
Sprache:   Englisch
Seiten:   960
Erschienen:   Januar 2010
ISBN13:   9780321546227
ISBN10:   0-321-54622-9
  Unser Service für Dozenten
 
 
 Bestellen 
ISBN
Artikel
Verlag
S
 
Preis SFr
Verfügbar
 
9780321546227 Data Structures and Problem Solving Using Java:International EditionPearson EducationE Produkt auf meiner Shopping-Liste notieren. 138.00
Produkt auf meiner Shopping-Liste notieren.

Data Structures and Problem Solving Using Java:International Edition

Description

For the second or third programming course.

 

A practical and unique approach to data structures that separates interface from implementation.

 

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.


Features

Unique approach. Weiss separates the interface of a data structure (Part 2) from their implementations (Part 4) to motivate abstract thinking and problem solving.  Students are then asked to use the data structures in Part 3 (Applications). While this book has some mathematical content, it is not overwhelming.

 

Incorporates new features of Java 6.0.

 

Provides an introduction to Java in Part I for readers without previous experience using Java.

 

Discusses advanced structures in Part V.

 

Provides an implementation of a large subset of the Collections API in Part IV.

 

SUPPLEMENTS

Instructor's Manual with Solutions

Teaching resources for instructors containing solutions to problems and exercises.

 

PowerPoints

A set of slides covering all chapters, suitable for use in lecturing.

 

Website

 

Zum Seitenanfang

New to this Edition

NEW. 120 new exercises.

 

NEW. This edition provides additional discussion on using classes (Chapter 2), writing classes (Chapter 3), and interfaces (Chapter 4).

 

NEW. Chapter 6 contains additional material discussing the running time of lists, the use of maps, andthe use of views in the Java Collections API.

 

NEW. The Scannerclass is described, and code throughout the text makes use of the Scanner class.

 

NEW. Chapter 9 describes and implements the 48-bit linear congruential generator that is part of both the Java and many C++ libraries.

 

NEW. Chapter 20 has new material on separate chaining hash tables and the StringhashCodemethod.

Zum Seitenanfang

Author

Mark Allen Weiss is a Professor in the School of Computing and Information Sciences at Florida International University in Miami Florida. He received his Bachelor's Degree in Electrical Engineering from The Cooper Union in 1983, and his Ph.D. in Computer Science from Princeton University in 1987, working under Bob Sedgewick. He has been at FIU since 1987, and was promoted to Professor in 1996. His interests include data structures, algorithms, and education, and he is most well-known for his highly-acclaimed Data Structures textbooks, which have been used at hundreds of universities worldwide.
Zum Seitenanfang