C++: Object-Oriented Data Structures
暫譯: C++:物件導向資料結構

Saumyendra Sengupta, Carl P. Korobkin

相關主題

商品描述

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.

商品描述(中文翻譯)

本書廣泛涵蓋了資料結構和演算法的基本概念和進階概念。所呈現的內容包括對基本資料結構的處理,例如陣列、串列、堆疊和樹,還有一些新興的結構,這些結構旨在支援多維或空間資料檔案的處理。這些新結構和演算法在近年來受到越來越多的關注,這與電腦輔助設計、電腦圖形學及相關領域的快速成長有關,這些領域對多維資料結構非常感興趣。我們的主要目標是將基本概念與實用且及時的應用範例結合起來。為此,我們主要使用抽象資料結構(或抽象資料型別,ADT)的方法來定義資料和操作的結構。物件導向程式設計(OOP)方法論被用來實現這些ADT概念。在OOP中,ADT的資料和操作被結合成一個單一實體(物件)。ADT用來指定物件——陣列、堆疊、佇列、樹和圖。OOP使程式設計師能夠更接近真實世界的應用。這種OOP比以往的嘗試更具結構性和模組化。OOP在1990年代已成為事實上的尖端技術。