Kees semi-height: Difference between revisions

Xenwolf (talk | contribs)
simplified table, started a section "External links"
Xenwolf (talk | contribs)
added examples, some my be redundant but it's easier now to understand for people who have difficulties understanding it in the text description
Line 13: Line 13:
! intervals
! intervals
! kees height
! kees height
! style="color:#888" | Deduction steps
|-
|-
| 7/4, 7/5, 7/6, 8/7
| 7/4
| 7
| 7
| style="color:#aaa" | 7/4 →  7/1; max(7, 1) → 7
|-
|-
| 5/3, 8/5, 5/4, 6/5
| 7/5
| 7
| style="color:#aaa" | max(7, 5) → 7
|-
| 7/6
| 7
| style="color:#aaa" | 7/6 → 7/3; max(7, 3) → 7
|-
| 8/7
| 7
| style="color:#aaa" | 8/7 → 1/7; max(1, 7) → 7
|-
| 5/3
| 5
| 5
| style="color:#aaa" | max(3, 5) → 5
|-
|-
| 4/3, 3/2
| 8/5
| 5
| style="color:#aaa" | 8/5 → 1/5; max(1, 5) → 5
|-
| 5/4
| 5
| style="color:#aaa" | 5/4 → 5/1; max (5, 1) → 5
|-
| 6/5
| 5
| style="color:#aaa" | 6/5 → 3/5; max(3, 5) → 5
|-
| 4/3
| 3
| 3
| style="color:#aaa" | 4/3 → 1/3; max(1, 3) → 3
|-
| 3/2
| 3
| style="color:#aaa" | 3/2 → 3/1; max(3, 1) → 3
|-
|-
| 2/1
| 2/1
| 1
| 1
| style="color:#aaa" | 2/1 → 1/1; max(1, 1) → 1
|-
| 9/5
| 9
| style="color:#aaa" | max(9, 5) → 9
|-
| 10/9
| 9
| style="color:#aaa" | 10/9 → 5/9; max(5, 9) → 9
|-
| 15/14
| 15
| style="color:#aaa" | 15/14 → 15/7; max(15, 7) → 15
|-
| 28/15
| 15
| style="color:#aaa" | 28/15 → 7/15; max(7, 15) → 15
|-
| 25/26
| 25
| style="color:#aaa" | 25/26 → 25/13; max(25, 13) → 25
|-
| 27/25
| 27
| style="color:#aaa" | max(27, 25) → 27
|-
| 25/24
| 25
| style="color:#aaa" | 25/24 → 25/3; max(25, 3) → 25
|}
|}