首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
清单首页The Note based on Data Structures and Algorithm Analysis in C

The Note based on Data Structures and Algorithm Analysis in C
3

创建
Definition: An abstract data type (ADT) is a set of objects together with a set of operations. Objects such as lists, sets, and graphs(and class in C++), 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.
0.0

19人在读

共 3 篇

分享清单
领券