Rearrange the digits in ⟨1263045⟩ to meet the rules below.
⟨6th 5th 4th 3rd 2nd 1st 0th⟩
✅Match
⟨ ⁶ᵗʰ↑ ⁵ᵗʰ↑ ⁴ᵗʰ↓ ³ʳᵈ↓ ²ⁿᵈ↓ ¹ˢᵗ↑ ⁰ᵗʰ↑ ⟩ after 6−⟨⇌⟩
Jump(2,3) = 3
{p5, p2, p1, p0} = ? + {0,1,2,3}
5th → a, 0th → b, |a-b|=2
⟨ ⁶ᵗʰa ¹ˢᵗb ⟩, (ab)₁₀ ≤ 40
⛔Avoid
⟨ ⁴ᵗʰb ³ʳᵈa ⟩, a > b
3rd → a, 2nd → b, |a-b|=1
#125034_v2.8
2025-04-20 Q1(m=6)
6543210
-------
0------
0-6----
0-6-1--
0-651--
0-651-4
02651-4
0265134
#125034_v2.8