株式会社極東書店トップ商品一覧C++: Object-Oriented Data Structures. Softcover reprint of the original 1st ed. 1994

商品詳細

C++: Object-Oriented Data Structures. Softcover reprint of the original 1st ed. 1994

C++: Object-Oriented Data Structures. Softcover reprint of the original 1st ed. 1994

・ISBN 978-1-4612-7618-0 paper EUR 49.99

¥13,361.- (税込) (※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。

お気に入り
著者・編者Sengupta, Saumyendra / Korobkin, Carl P.,
出版社 (Springer-Verlag New York Inc., US)
出版年月2014
ページ数708 pp.
言語ENG
ニュース番号<A05-47133>

解説

This book provides a broad coverage of fundamental and advanced con- cepts of data structures and algorithms. The material presented includes a treatment of elementary data structures such as arrays, lists, stacks, and trees, as well as newer structures that have emerged to support the process- ing of multidimensional or spatial data files. These newer structures and algorithms have received increasing attention in recent years in conjunc- tion with the rapid growth in computer-aided design, computer graphics, and related fields in which multidimensional data structures are of great interest. Our main objective is to mesh the underlying concepts with application examples that are of practical use and are timely in their implementations. To this end, we have used mainly the Abstract Data Structure (or Abstract Data Type (ADT)) approach to define structures for data and operations. Object-oriented programming (OOP) methodologies are employed to im- plement these ADT concepts. In OOP, data and operations for an ADT are combined into a single entity (object). ADTs are used to specifiy the objects-arrays, stacks, queues, trees, and graphs. OOP allows the pro- grammer to more closely mimic the real-world applications. This OOP is more structured and modular than previous attempts. OOP has become de facto state-of-the-art in the 1990s.