Rearrange the digits in ⟨1263045⟩ to meet the rules below.
⟨6th 5th 4th 3rd 2nd 1st 0th⟩
✅Match
⟨⋯ 4 ⋯ 1 ⋯ 2 ⋯⟩
{p6, p5, p2, p1} = ? + {0,1,2,3}
4th → a, 2nd → b, |a-b|=6
⛔Avoid
Jump(0,5) ≤ 1
⟨ ⁶ᵗʰa ⁵ᵗʰb ⁴ᵗʰd ⁰ᵗʰc ⟩, a > b > c > d
#125034_v2.10
2025-09-02 Q1(m=6)
6543210
-------
----6--
--0-6--
--016--
--016-2
--01652
-401652
3401652
#125034_v2.10