载入中...
 
     
 
载入中...
时 间 记 忆
载入中...
最 新 评 论
载入中...
专 题 分 类
载入中...
最 新 日 志
载入中...
最 新 留 言
载入中...
搜 索
用 户 登 录
载入中...
友 情 连 接
博 客 信 息
载入中...


 
 
载入中...
   
 
 
Graph Theory/Nodes & edges
[ 2008-9-4 18:02:00 | By: wantnon ]
 

Graph Theory/Nodes & edges

From Wikibooks, the open-content textbooks collection

Basic Definitions

Graph 
an ordered pair (V,E):
  • V is the vertex set, where the elements are vertices; often written as V(G)
  • E is the edge set, where the elements are edges; often written as E(G)

Lines that intersect(交叉) are (usually) ignored as irrelevant(无关紧要的) (see planarity(平面性) for where intersections do matter)

Two graphs are considered equal when V1 = V2 and E1 = E2.

Order 
the number of vertices in a graph, denoted(记作)| V(G) | , often using n
Size 
the number of edges in a graph, denoted | E(G) | , often using m

Notice: the order of any graph must be at least 1 (n≥1).

  • If n = 1, the graph is considered trivial(平凡的).
  • If n≥2, the graph is considered nontrivial(非平凡的).
 
 
发表评论:
载入中...
 
     
   
     
Powered by Oblog.