Loading...

DATA STRUKCTURES AND ALGORITMA ANALYSIS IN C++

Tahun : 2014
Pengarang : MARK ALLEN WEISS
Penerbit : PEARSON EDUCATION
Ket : An abstract data type (ADT) is a set of objects together with a set of operations. Abstract data types are mathematical abstractions; nowhere in an ADT’s definition is there any mention of how the set of operations is implemented. Objects such as lists, sets, and graphs, along with their operations, can be viewed as ADTs, just as integers, reals, and booleans are data types. Integers, reals, and booleans have operations associated with them, and so do ADTs. For the set ADT, we might have such operations as add, remove, size, and contains. Alternatively, we might only want the two operations union and find, which would define a different ADT on the set
Ketegori : ALGORITMA

Download