Rearrange the digits in ⟨1263045⟩ to meet the rules below.
⟨6th 5th 4th 3rd 2nd 1st 0th⟩
✅Match
{p5, p4, p3, p0} = ? + {0,1,2,3}
max {p5, p2, p0} = 5
⟨⋯ Perm(2,3) ⋯⟩
2nd → a, 0th → b, |a-b|=4
⛔Avoid
⟨ ⁶ᵗʰa ²ⁿᵈb ⟩, max⟦a,b⟧ = 5
6th|5th|4th|3rd|1st → 0
4th → a, 1st → b, |a-b|=1
#125034_v2.8
2025-01-16 Q1(m=6)
6543210
-------
----0--
----0-4
-5--0-4
65--0-4
65--014
653-014
6532014
#125034_v2.8