Rearrange the digits in ⟨1263045⟩ to meet the rules below.
⟨6th 5th 4th 3rd 2nd 1st 0th⟩
✅Match
{p5, p3, p2, p0} = ? + {0,1,2,3}
Jump(0,6) = 1
Jump(0,5) ≥ 1
3rd → 0|2|3|4|5
⟨? ⋯ 5 ⋯ (?+2) ⋯⟩ (?≠3)
⛔Avoid
max ⊢3⊣ ≥ 5
#125034_v2.8
2025-04-24 Q1(m=6)
6543210
-------
0------
0-6----
0-6--1-
046--1-
0465-1-
0465-13
0465213
#125034_v2.8