Guide to Data Structures : a concise introduction using Java / by James T. Streib, Takako Soma.
2017
QA76.9.D35
Formats
| Format | |
|---|---|
| BibTeX | |
| MARCXML | |
| TextMARC | |
| MARC | |
| DublinCore | |
| EndNote | |
| NLM | |
| RefWorks | |
| RIS |
Cite
Citation
Linked e-resources
Linked Resource
Concurrent users
Unlimited
Authorized users
Authorized users
Document Delivery Supplied
Can lend chapters, not whole ebooks
Details
Title
Guide to Data Structures : a concise introduction using Java / by James T. Streib, Takako Soma.
Author
ISBN
9783319700854
3319700855
9783319700830
3319700855
9783319700830
Published
Cham : Springer International Publishing : Imprint: Springer, 2017.
Language
English
Description
1 online resource (xiii, 376 pages) : illustrations.
Item Number
10.1007/978-3-319-70085-4 doi
Call Number
QA76.9.D35
Dewey Decimal Classification
005.7/3
Summary
This accessible and engaging textbook/guide provides a concise introduction to data structures and associated algorithms. Emphasis is placed on the fundamentals of data structures, enabling the reader to quickly learn the key concepts, and providing a strong foundation for later studies of more complex topics. The coverage includes discussions on stacks, queues, lists, (using both arrays and links), sorting, and elementary binary trees, heaps, and hashing. This content is also a natural continuation from the material provided in the separate Springer title Guide to Java by the same authors. Topics and features: Reviews the preliminary concepts, and introduces stacks and queues using arrays, along with a discussion of array-based lists Examines linked lists, the implementation of stacks and queues using references, binary trees, a range of varied sorting techniques, heaps, and hashing Presents both primitive and generic data types in each chapter, and makes use of contour diagrams to illustrate object-oriented concepts Includes chapter summaries, and asks the reader questions to help them interact with the material Contains numerous examples and illustrations, and one or more complete program in every chapter Provides exercises at the end of each chapter, as well as solutions to selected exercises, and a glossary of important terms This clearly-written work is an ideal classroom text for a second semester course in programming using the Java programming language, in preparation for a subsequent advanced course in data structures and algorithms. The book is also eminently suitable as a self-study guide in either academe or industry. Dr. James T. Streib is a Professor of Computer Science at Illinois College, Jacksonville, IL, USA. Dr. Takako Soma is an Associate Professor of Computer Science at the same institution.
Bibliography, etc. Note
Includes bibliographical references and index.
Access Note
Access limited to authorized users.
Digital File Characteristics
text file PDF
Added Author
Series
Undergraduate topics in computer science.
Available in Other Form
Print version: 9783319700830
Linked Resources
Record Appears in
Table of Contents
Preliminary Concepts
Stacks Using Arrays
Queues Using Arrays
Lists Using Arrays
Lists Using Objects and References
Ordered Linked Lists
Stacks and Queues Using References
Binary Trees
Sorting
Heaps
Hashing.
Stacks Using Arrays
Queues Using Arrays
Lists Using Arrays
Lists Using Objects and References
Ordered Linked Lists
Stacks and Queues Using References
Binary Trees
Sorting
Heaps
Hashing.