一、图的定义
图是通过一组边相互连接的顶点的集合。
In this graph,
V = { A , B , C , D , E }
E = { AB , AC , BD , CD , DE }
二、图的类型
2.1 Finite Graph
A graph consisting of finite number of vertices and edges is called as a finite graph.
Null Graph
Trivial Graph
Non-directed Graph
Directed Graph
Connected Graph
Disconnected Graph
Regular Graph
Complete Graph
Cycle Graph
Cyclic Graph
Acyclic Graph
Infinite Graph
Bipartite Graph
Planar Graph
Simple Graph
Multi Graph
Pseudo Graph
Euler Graph
Hamiltonian Graph文章来源:https://www.toymoban.com/news/detail-473790.html
参考:文章来源地址https://www.toymoban.com/news/detail-473790.html
Types of Graphs in Graph Theory
到了这里,关于Graph Theory(图论)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!