更改

添加138字节 、 2020年8月17日 (一) 21:01
第136行: 第136行:     
对于一个顶点,其相邻顶点的数量称为该顶点的度数,并表示为deg(v)。二分图的总度数和公式为:
 
对于一个顶点,其相邻顶点的数量称为该顶点的度数,并表示为deg(v)。二分图的总度数和公式为:
 +
 +
{\displaystyle \sum _{v\in V}\deg(v)=\sum _{u\in U}\deg(u)=|E|\,.}\sum_{v \in V} \deg(v) = \sum_{u \in U} \deg(u) = |E|\, .
 +
      第142行: 第145行:  
The degree sequence of a bipartite graph is the pair of lists each containing the degrees of the two parts <math>U</math> and <math>V</math>. For example, the complete bipartite graph K<sub>3,5</sub> has degree sequence <math>(5,5,5),(3,3,3,3,3)</math>. Isomorphic bipartite graphs have the same degree sequence. However, the degree sequence does not, in general, uniquely identify a bipartite graph; in some cases, non-isomorphic bipartite graphs may have the same degree sequence.
 
The degree sequence of a bipartite graph is the pair of lists each containing the degrees of the two parts <math>U</math> and <math>V</math>. For example, the complete bipartite graph K<sub>3,5</sub> has degree sequence <math>(5,5,5),(3,3,3,3,3)</math>. Isomorphic bipartite graphs have the same degree sequence. However, the degree sequence does not, in general, uniquely identify a bipartite graph; in some cases, non-isomorphic bipartite graphs may have the same degree sequence.
   −
一个二分图的度数序列是一对列表,每个列表包含两个部分U和V的度数。例如,完全二分图K3,5具有度数序列(5,5,5),(3,3,3,3,3)。其'''<font color="#ff8000"> 同构二分图Isomorphic bipartite graphs</font>'''具有相同的度数序列。但是,度数序列通常不是定义二分图的唯一方法;在某些情况下,非同构二分图可能具有相同的度数序列。
+
一个二分图的度数序列是一对列表,每个列表包含两个部分''U''和''V''的度数。例如,完全二分图''K3,5''具有度数序列(5,5,5),(3,3,3,3,3)。其'''<font color="#ff8000"> 同构二分图Isomorphic bipartite graphs</font>'''具有相同的度数序列。但是,度数序列通常不是定义二分图的唯一方法;在某些情况下,非同构二分图可能具有相同的度数序列。
     
961

个编辑