Rearrange the digits in ⟨1263045⟩ to meet the rules below.
⟨6th 5th 4th 3rd 2nd 1st 0th⟩
✅Match
⟨ ⁴ᵗʰa ⁰ᵗʰb ⟩, max⟦a,b⟧ = 5
⟨⋯ 5 ⋯ ? ⋯ 4 (?−3)⟩ (?≠4)
4th → a, 2nd → b, a+b=3+5n
3rd → 1|2|3|5|6
max {p5, p2, p0} = 6
⛔Avoid
⟨⋯ 6 ⋯ 3 ⋯ 5 ⋯⟩
2nd → a, 0th → b, |a-b|=3
4th → a, 3rd → b, |a-b|=4
#125034_v2.10