Search Books

Data Structures and Other Objects Using Java

Author Michael Main
Publisher Pearson
📄 Viewing lite version Full site ›
🌎 Shop on Amazon — choose country
Price not listed
🛒 Buy New on Amazon 🇺🇸
Share:
Book Details
Author(s)Michael Main
PublisherPearson
ISBN / ASINB006Y14O8I
ISBN-13978B006Y14O89
Sales Rank711,434
MarketplaceUnited States 🇺🇸

Description

This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book.

Data Structures and Other Objects Using Java is a gradual, "just-in-time" introduction to Data Structures for a CS2 course.

Each chapter provides a review of the key aspects of object-oriented programming and a syntax review, giving students the foundation for understanding significant programming concepts. With this framework they are able to accomplish writing functional data structures by using a five-step method for working with data types; understanding the data type abstractly, writing a specification, using the data type, designing and implementing the data type, and analyzing the implementation. Students learn to think analytically about the efficiency and efficacy of design while gaining exposure to useful Java classes libraries.