本文介绍了树是有向图还是无向图?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我读过树是图的特例.图可以是有向的或无向的.但如果我们将树视为一种数据结构,它是有向图还是无向图?
I have read that Trees are special cases of Graphs.Graphs can be directed or undirected. but if we consider tree as a data structure is it directed or undirected graph?
推荐答案
参见 维基百科上的树
树是无向图.
这篇关于树是有向图还是无向图?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!