更改

跳到导航 跳到搜索
添加187字节 、 2020年8月16日 (日) 13:00
撤销Jie讨论)的版本12622
第83行: 第83行:  
在一个完全二分图中,分别有由m和n的顶点(用Km,n表示)组成的两个不相交的集合U和V,连边E由分别在集合U和V的两个顶点连接。该二分图表示为G =(U,V,E),并且具有mn条边。另外完全二分图还包含一个特例,那就是冠图Crown graphs。冠图是通过将一个完全二分图中所有的完美匹配连边去掉形成的。
 
在一个完全二分图中,分别有由m和n的顶点(用Km,n表示)组成的两个不相交的集合U和V,连边E由分别在集合U和V的两个顶点连接。该二分图表示为G =(U,V,E),并且具有mn条边。另外完全二分图还包含一个特例,那就是冠图Crown graphs。冠图是通过将一个完全二分图中所有的完美匹配连边去掉形成的。
   −
* [[Hypercube graph]]s, [[partial cube]]s, and [[median graph]]s are bipartite. In these graphs, the vertices may be labeled by [[bitvector]]s, in such a way that two vertices are adjacent if and only if the corresponding bitvectors differ in a single position. A bipartition may be formed by separating the vertices whose bitvectors have an even number of ones from the vertices with an odd number of ones. Trees and squaregraphs form examples of median graphs, and every median graph is a partial cube.
+
* [[Hypercube graph]]s, [[partial cube]]s, and [[median graph]]s are bipartite. In these graphs, the vertices may be labeled by [[bitvector]]s, in such a way that two vertices are adjacent if and only if the corresponding bitvectors differ in a single position. A bipartition may be formed by separating the vertices whose bitvectors have an even number of ones from the vertices with an odd number of ones. Trees and squaregraphs form examples of median graphs, and every median graph is a partial cube.<ref>{{citation|first=Sergei|last=Ovchinnikov|title=Graphs and Cubes|series=Universitext|publisher=Springer|year=2011}}. See especially Chapter 5, "Partial Cubes", pp. 127–181.</ref>
 +
 
 
超立方体图,局部立方体和中位数图均为二分图。判别方法是将这些图中的顶点用位向量(二进制位组成的向量)进行标记,然后对比其中两个顶点的位向量,发现当且仅当位向量中只有一个位元是不同的时候,该两个顶点相邻。另外判定该图的二分性可以通过观察每个顶点的位向量,奇数位向量和偶数位向量分别为该图的二分顶点子集。树图和方图都是中位数图,而所有中位数图都是局部立方体。
 
超立方体图,局部立方体和中位数图均为二分图。判别方法是将这些图中的顶点用位向量(二进制位组成的向量)进行标记,然后对比其中两个顶点的位向量,发现当且仅当位向量中只有一个位元是不同的时候,该两个顶点相邻。另外判定该图的二分性可以通过观察每个顶点的位向量,奇数位向量和偶数位向量分别为该图的二分顶点子集。树图和方图都是中位数图,而所有中位数图都是局部立方体。
 +
 +
    
==Properties==
 
==Properties==
961

个编辑

导航菜单