Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现书籍和在线资源可以互换使用这两个术语,但没有显示出明显的区别。
这可能会有所帮助:
简单来说,ADT是一种逻辑描述,数据结构是具体的。ADT 是数据的逻辑图和操作数据组成元素的操作。数据结构是实现过程中数据的实际表示和操作数据元素的算法。ADT在逻辑层,数据结构在实现层。
ADT 与 DS