【发布时间】:2017-08-11 05:31:37
【问题描述】:
就数据结构而言,Plex 是什么? 我在某处读过这个问题
Which of the following abstract data types can be used to
represent a many-to-many relation?
(a) Tree. (b) Plex
(c) Graph. (d) Both (b) and (c)
正确的选项是 (d)。
我用谷歌搜索了这个术语,但没有找到任何用更简单的术语解释它的东西。
【问题讨论】:
-
Plex 也可以用来表示有向图,因此它可以用来表示多对多关系。
标签: data-structures abstract-data-type