抽象数据类型(ADT)和数据结构之间的区别是什么?数据结构、抽象、数据类型、区别

由网友(小雨转甜)分享简介:我已经找到的书籍和网上资源使用这两个词交替wihout出多少明显的区别。I have found books and online resources use both terms interchangeably wihout showing much explicit distinction.推荐答案这可以帮助...

我已经找到的书籍和网上资源使用这两个词交替wihout出多少明显的区别。

I have found books and online resources use both terms interchangeably wihout showing much explicit distinction.

推荐答案

这可以帮助:

要说得简单,ADT是一个合乎逻辑的描述和数据结构是混凝土。 ADT是数据和操作的逻辑图象处理数据的构成要素。数据结构是执行过程中的数据和算法的实际重新presentation来操纵数据元素。 ADT是在逻辑层和数据结构是在执行层面。

To put it simple, ADT is a logical description and data structure is concrete. ADT is the logical picture of the data and the operations to manipulate the component elements of the data. Data structure is the actual representation of the data during the implementation and the algorithms to manipulate the data elements. ADT is in the logical level and data structure is in the implementation level.

ADT VS DS

阅读全文

相关推荐

最新文章