searching the database
Your data matches 54 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
(click to perform a complete search on your data)
Matching statistic: St001517
(load all 662 compositions to match this statistic)
(load all 662 compositions to match this statistic)
St001517: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 1
[2,1] => 1
[1,2,3] => 1
[1,3,2] => 1
[2,1,3] => 1
[2,3,1] => 1
[3,1,2] => 1
[3,2,1] => 1
[1,2,3,4] => 2
[1,2,4,3] => 2
[1,3,2,4] => 2
[1,3,4,2] => 2
[1,4,2,3] => 2
[1,4,3,2] => 1
[2,1,3,4] => 2
[2,1,4,3] => 2
[2,3,1,4] => 2
[2,3,4,1] => 1
[2,4,1,3] => 2
[2,4,3,1] => 2
[3,1,2,4] => 2
[3,1,4,2] => 2
[3,2,1,4] => 1
[3,2,4,1] => 2
[3,4,1,2] => 2
[3,4,2,1] => 2
[4,1,2,3] => 1
[4,1,3,2] => 2
[4,2,1,3] => 2
[4,2,3,1] => 2
[4,3,1,2] => 2
[4,3,2,1] => 2
[1,2,3,4,5] => 2
[1,2,3,5,4] => 2
[1,2,4,3,5] => 2
[1,2,4,5,3] => 2
[1,2,5,3,4] => 2
[1,2,5,4,3] => 2
[1,3,2,4,5] => 2
[1,3,2,5,4] => 2
[1,3,4,2,5] => 2
[1,3,4,5,2] => 2
[1,3,5,2,4] => 2
[1,3,5,4,2] => 2
[1,4,2,3,5] => 2
[1,4,2,5,3] => 2
[1,4,3,2,5] => 2
[1,4,3,5,2] => 2
[1,4,5,2,3] => 2
Description
The length of a longest pair of twins in a permutation.
A pair of twins in a permutation is a pair of two disjoint subsequences which are order isomorphic.
Matching statistic: St001667
(load all 662 compositions to match this statistic)
(load all 662 compositions to match this statistic)
St001667: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 1
[2,1] => 1
[1,2,3] => 1
[1,3,2] => 1
[2,1,3] => 1
[2,3,1] => 1
[3,1,2] => 1
[3,2,1] => 1
[1,2,3,4] => 2
[1,2,4,3] => 2
[1,3,2,4] => 2
[1,3,4,2] => 2
[1,4,2,3] => 2
[1,4,3,2] => 1
[2,1,3,4] => 2
[2,1,4,3] => 2
[2,3,1,4] => 2
[2,3,4,1] => 1
[2,4,1,3] => 2
[2,4,3,1] => 2
[3,1,2,4] => 2
[3,1,4,2] => 2
[3,2,1,4] => 1
[3,2,4,1] => 2
[3,4,1,2] => 2
[3,4,2,1] => 2
[4,1,2,3] => 1
[4,1,3,2] => 2
[4,2,1,3] => 2
[4,2,3,1] => 2
[4,3,1,2] => 2
[4,3,2,1] => 2
[1,2,3,4,5] => 2
[1,2,3,5,4] => 2
[1,2,4,3,5] => 2
[1,2,4,5,3] => 2
[1,2,5,3,4] => 2
[1,2,5,4,3] => 2
[1,3,2,4,5] => 2
[1,3,2,5,4] => 2
[1,3,4,2,5] => 2
[1,3,4,5,2] => 2
[1,3,5,2,4] => 2
[1,3,5,4,2] => 2
[1,4,2,3,5] => 2
[1,4,2,5,3] => 2
[1,4,3,2,5] => 2
[1,4,3,5,2] => 2
[1,4,5,2,3] => 2
Description
The maximal size of a pair of weak twins for a permutation.
A pair of weak twins in a permutation is a pair of two disjoint subsequences of the same length with the same descent pattern. More formally, a pair of weak twins of size $k$ for a permutation $\pi$ of length $n$ are two disjoint lists $1 \leq i_1 < \dots < i_k \leq n$ and $1 \leq j_1 < \dots < j_k \leq n$ such that $\pi(i_a) < \pi(i_{a+1})$ if and only if $\pi(j_a) < \pi(j_{a+1})$ for all $1 \leq a < k$.
Matching statistic: St000260
(load all 6 compositions to match this statistic)
(load all 6 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00011: Binary trees —to graph⟶ Graphs
St000260: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00011: Binary trees —to graph⟶ Graphs
St000260: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> ([],1)
=> 0
[1,2] => [.,[.,.]]
=> ([(0,1)],2)
=> 1
[2,1] => [[.,.],.]
=> ([(0,1)],2)
=> 1
[1,2,3] => [.,[.,[.,.]]]
=> ([(0,2),(1,2)],3)
=> 1
[1,3,2] => [.,[[.,.],.]]
=> ([(0,2),(1,2)],3)
=> 1
[2,1,3] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 1
[2,3,1] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 1
[3,1,2] => [[.,[.,.]],.]
=> ([(0,2),(1,2)],3)
=> 1
[3,2,1] => [[[.,.],.],.]
=> ([(0,2),(1,2)],3)
=> 1
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,4,3,2] => [.,[[[.,.],.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,1,4,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,4,1,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,4,3,1] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,2,1,4] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,2,4,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,4,2,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,1,3,2] => [[.,[[.,.],.]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,2,1,3] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[4,2,3,1] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[4,3,1,2] => [[[.,[.,.]],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,3,2,1] => [[[[.,.],.],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
Description
The radius of a connected graph.
This is the minimum eccentricity of any vertex.
Matching statistic: St000362
(load all 4 compositions to match this statistic)
(load all 4 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00011: Binary trees —to graph⟶ Graphs
St000362: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00011: Binary trees —to graph⟶ Graphs
St000362: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> ([],1)
=> 0
[1,2] => [.,[.,.]]
=> ([(0,1)],2)
=> 1
[2,1] => [[.,.],.]
=> ([(0,1)],2)
=> 1
[1,2,3] => [.,[.,[.,.]]]
=> ([(0,2),(1,2)],3)
=> 1
[1,3,2] => [.,[[.,.],.]]
=> ([(0,2),(1,2)],3)
=> 1
[2,1,3] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 1
[2,3,1] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 1
[3,1,2] => [[.,[.,.]],.]
=> ([(0,2),(1,2)],3)
=> 1
[3,2,1] => [[[.,.],.],.]
=> ([(0,2),(1,2)],3)
=> 1
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,4,3,2] => [.,[[[.,.],.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,1,4,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,4,1,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,4,3,1] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,2,1,4] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,2,4,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,4,2,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,1,3,2] => [[.,[[.,.],.]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,2,1,3] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[4,2,3,1] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[4,3,1,2] => [[[.,[.,.]],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,3,2,1] => [[[[.,.],.],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
Description
The size of a minimal vertex cover of a graph.
A '''vertex cover''' of a graph $G$ is a subset $S$ of the vertices of $G$ such that each edge of $G$ contains at least one vertex of $S$. Finding a minimal vertex cover is an NP-hard optimization problem.
Matching statistic: St000387
(load all 5 compositions to match this statistic)
(load all 5 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00011: Binary trees —to graph⟶ Graphs
St000387: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00011: Binary trees —to graph⟶ Graphs
St000387: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> ([],1)
=> 0
[1,2] => [.,[.,.]]
=> ([(0,1)],2)
=> 1
[2,1] => [[.,.],.]
=> ([(0,1)],2)
=> 1
[1,2,3] => [.,[.,[.,.]]]
=> ([(0,2),(1,2)],3)
=> 1
[1,3,2] => [.,[[.,.],.]]
=> ([(0,2),(1,2)],3)
=> 1
[2,1,3] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 1
[2,3,1] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 1
[3,1,2] => [[.,[.,.]],.]
=> ([(0,2),(1,2)],3)
=> 1
[3,2,1] => [[[.,.],.],.]
=> ([(0,2),(1,2)],3)
=> 1
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,4,3,2] => [.,[[[.,.],.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,1,4,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,4,1,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,4,3,1] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,2,1,4] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,2,4,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,4,2,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,1,3,2] => [[.,[[.,.],.]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,2,1,3] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[4,2,3,1] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[4,3,1,2] => [[[.,[.,.]],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,3,2,1] => [[[[.,.],.],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
Description
The matching number of a graph.
For a graph $G$, this is defined as the maximal size of a '''matching''' or '''independent edge set''' (a set of edges without common vertices) contained in $G$.
Matching statistic: St000985
(load all 4 compositions to match this statistic)
(load all 4 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00011: Binary trees —to graph⟶ Graphs
St000985: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00011: Binary trees —to graph⟶ Graphs
St000985: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> ([],1)
=> 0
[1,2] => [.,[.,.]]
=> ([(0,1)],2)
=> 1
[2,1] => [[.,.],.]
=> ([(0,1)],2)
=> 1
[1,2,3] => [.,[.,[.,.]]]
=> ([(0,2),(1,2)],3)
=> 1
[1,3,2] => [.,[[.,.],.]]
=> ([(0,2),(1,2)],3)
=> 1
[2,1,3] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 1
[2,3,1] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 1
[3,1,2] => [[.,[.,.]],.]
=> ([(0,2),(1,2)],3)
=> 1
[3,2,1] => [[[.,.],.],.]
=> ([(0,2),(1,2)],3)
=> 1
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,4,3,2] => [.,[[[.,.],.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,1,4,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,4,1,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,4,3,1] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,2,1,4] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,2,4,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,4,2,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,1,3,2] => [[.,[[.,.],.]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,2,1,3] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[4,2,3,1] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[4,3,1,2] => [[[.,[.,.]],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,3,2,1] => [[[[.,.],.],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
Description
The number of positive eigenvalues of the adjacency matrix of the graph.
Matching statistic: St001812
(load all 4 compositions to match this statistic)
(load all 4 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00011: Binary trees —to graph⟶ Graphs
St001812: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00011: Binary trees —to graph⟶ Graphs
St001812: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> ([],1)
=> 0
[1,2] => [.,[.,.]]
=> ([(0,1)],2)
=> 1
[2,1] => [[.,.],.]
=> ([(0,1)],2)
=> 1
[1,2,3] => [.,[.,[.,.]]]
=> ([(0,2),(1,2)],3)
=> 1
[1,3,2] => [.,[[.,.],.]]
=> ([(0,2),(1,2)],3)
=> 1
[2,1,3] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 1
[2,3,1] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 1
[3,1,2] => [[.,[.,.]],.]
=> ([(0,2),(1,2)],3)
=> 1
[3,2,1] => [[[.,.],.],.]
=> ([(0,2),(1,2)],3)
=> 1
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,4,3,2] => [.,[[[.,.],.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,1,4,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,4,1,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,4,3,1] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,2,1,4] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,2,4,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,4,2,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,1,3,2] => [[.,[[.,.],.]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,2,1,3] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[4,2,3,1] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[4,3,1,2] => [[[.,[.,.]],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[4,3,2,1] => [[[[.,.],.],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
Description
The biclique partition number of a graph.
The biclique partition number of a graph is the minimum number of pairwise edge disjoint complete bipartite subgraphs so that each edge belongs to exactly one of them. A theorem of Graham and Pollak [1] asserts that the complete graph $K_n$ has biclique partition number $n - 1$.
Matching statistic: St000172
(load all 4 compositions to match this statistic)
(load all 4 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00011: Binary trees —to graph⟶ Graphs
St000172: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00011: Binary trees —to graph⟶ Graphs
St000172: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> ([],1)
=> 1 = 0 + 1
[1,2] => [.,[.,.]]
=> ([(0,1)],2)
=> 2 = 1 + 1
[2,1] => [[.,.],.]
=> ([(0,1)],2)
=> 2 = 1 + 1
[1,2,3] => [.,[.,[.,.]]]
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[1,3,2] => [.,[[.,.],.]]
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[2,1,3] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[2,3,1] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[3,1,2] => [[.,[.,.]],.]
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[3,2,1] => [[[.,.],.],.]
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[1,4,3,2] => [.,[[[.,.],.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[2,1,4,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[2,4,1,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[2,4,3,1] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[3,2,1,4] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[3,2,4,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[3,4,2,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[4,1,3,2] => [[.,[[.,.],.]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[4,2,1,3] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[4,2,3,1] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[4,3,1,2] => [[[.,[.,.]],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[4,3,2,1] => [[[[.,.],.],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 3 = 2 + 1
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 3 = 2 + 1
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 3 = 2 + 1
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 3 = 2 + 1
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
Description
The Grundy number of a graph.
The Grundy number $\Gamma(G)$ is defined to be the largest $k$ such that $G$ admits a greedy $k$-coloring. Any order of the vertices of $G$ induces a greedy coloring by assigning to the $i$-th vertex in this order the smallest positive integer such that the partial coloring remains a proper coloring.
In particular, we have that $\chi(G) \leq \Gamma(G) \leq \Delta(G) + 1$, where $\chi(G)$ is the chromatic number of $G$ ([[St000098]]), and where $\Delta(G)$ is the maximal degree of a vertex of $G$ ([[St000171]]).
Matching statistic: St001116
(load all 5 compositions to match this statistic)
(load all 5 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00011: Binary trees —to graph⟶ Graphs
St001116: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00011: Binary trees —to graph⟶ Graphs
St001116: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> ([],1)
=> 1 = 0 + 1
[1,2] => [.,[.,.]]
=> ([(0,1)],2)
=> 2 = 1 + 1
[2,1] => [[.,.],.]
=> ([(0,1)],2)
=> 2 = 1 + 1
[1,2,3] => [.,[.,[.,.]]]
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[1,3,2] => [.,[[.,.],.]]
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[2,1,3] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[2,3,1] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[3,1,2] => [[.,[.,.]],.]
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[3,2,1] => [[[.,.],.],.]
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[1,4,3,2] => [.,[[[.,.],.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[2,1,4,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[2,4,1,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[2,4,3,1] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[3,2,1,4] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[3,2,4,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[3,4,2,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[4,1,3,2] => [[.,[[.,.],.]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[4,2,1,3] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[4,2,3,1] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[4,3,1,2] => [[[.,[.,.]],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[4,3,2,1] => [[[[.,.],.],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 3 = 2 + 1
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 3 = 2 + 1
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 3 = 2 + 1
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 3 = 2 + 1
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
Description
The game chromatic number of a graph.
Two players, Alice and Bob, take turns colouring properly any uncolored vertex of the graph. Alice begins. If it is not possible for either player to colour a vertex, then Bob wins. If the graph is completely colored, Alice wins.
The game chromatic number is the smallest number of colours such that Alice has a winning strategy.
Matching statistic: St001581
(load all 4 compositions to match this statistic)
(load all 4 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00011: Binary trees —to graph⟶ Graphs
St001581: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00011: Binary trees —to graph⟶ Graphs
St001581: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> ([],1)
=> 1 = 0 + 1
[1,2] => [.,[.,.]]
=> ([(0,1)],2)
=> 2 = 1 + 1
[2,1] => [[.,.],.]
=> ([(0,1)],2)
=> 2 = 1 + 1
[1,2,3] => [.,[.,[.,.]]]
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[1,3,2] => [.,[[.,.],.]]
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[2,1,3] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[2,3,1] => [[.,.],[.,.]]
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[3,1,2] => [[.,[.,.]],.]
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[3,2,1] => [[[.,.],.],.]
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[1,4,3,2] => [.,[[[.,.],.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[2,1,4,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[2,4,1,3] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[2,4,3,1] => [[.,.],[[.,.],.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[3,2,1,4] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[3,2,4,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[3,4,2,1] => [[[.,.],.],[.,.]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[4,1,3,2] => [[.,[[.,.],.]],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[4,2,1,3] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[4,2,3,1] => [[[.,.],[.,.]],.]
=> ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[4,3,1,2] => [[[.,[.,.]],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[4,3,2,1] => [[[[.,.],.],.],.]
=> ([(0,3),(1,2),(2,3)],4)
=> 3 = 2 + 1
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 3 = 2 + 1
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 3 = 2 + 1
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 3 = 2 + 1
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 3 = 2 + 1
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3 = 2 + 1
Description
The achromatic number of a graph.
This is the maximal number of colours of a proper colouring, such that for any pair of colours there are two adjacent vertices with these colours.
The following 44 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St001670The connected partition number of a graph. St001963The tree-depth of a graph. St000171The degree of the graph. St000547The number of even non-empty partial sums of an integer partition. St001269The sum of the minimum of the number of exceedances and deficiencies in each cycle of a permutation. St001349The number of different graphs obtained from the given graph by removing an edge. St001572The minimal number of edges to remove to make a graph bipartite. St001573The minimal number of edges to remove to make a graph triangle-free. St001873For a Nakayama algebra corresponding to a Dyck path, we define the matrix C with entries the Hom-spaces between $e_i J$ and $e_j J$ (the radical of the indecomposable projective modules). St001928The number of non-overlapping descents in a permutation. St000918The 2-limited packing number of a graph. St001108The 2-dynamic chromatic number of a graph. St001110The 3-dynamic chromatic number of a graph. St001674The number of vertices of the largest induced star graph in the graph. St001118The acyclic chromatic index of a graph. St001569The maximal modular displacement of a permutation. St001741The largest integer such that all patterns of this size are contained in the permutation. St000711The number of big exceedences of a permutation. St001424The number of distinct squares in a binary word. St001469The holeyness of a permutation. St001704The size of the largest multi-subset-intersection of the deck of a graph with the deck of another graph. St001629The coefficient of the integer composition in the quasisymmetric expansion of the relabelling action of the symmetric group on cycles. St001195The global dimension of the algebra $A/AfA$ of the corresponding Nakayama algebra $A$ with minimal left faithful projective-injective module $Af$. St001060The distinguishing index of a graph. St000264The girth of a graph, which is not a tree. St000514The number of invariant simple graphs when acting with a permutation of given cycle type. St000515The number of invariant set partitions when acting with a permutation of given cycle type. St001198The number of simple modules in the algebra $eAe$ with projective dimension at most 1 in the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St001206The maximal dimension of an indecomposable projective $eAe$-module (that is the height of the corresponding Dyck path) of the corresponding Nakayama algebra with minimal faithful projective-injective module $eA$. St001340The cardinality of a minimal non-edge isolating set of a graph. St001393The induced matching number of a graph. St000258The burning number of a graph. St001261The Castelnuovo-Mumford regularity of a graph. St000535The rank-width of a graph. St001095The number of non-isomorphic posets with precisely one further covering relation. St001568The smallest positive integer that does not appear twice in the partition. St000454The largest eigenvalue of a graph if it is integral. St000259The diameter of a connected graph. St000741The Colin de Verdière graph invariant. St001743The discrepancy of a graph. St000774The maximal multiplicity of a Laplacian eigenvalue in a graph. St000679The pruning number of an ordered tree. St001031The height of the bicoloured Motzkin path associated with the Dyck path. St000396The register function (or Horton-Strahler number) of a binary tree.
Sorry, this statistic was not found in the database
or
add this statistic to the database – it's very simple and we need your support!