Web link

2025-09-04 Q1(m=6)

Rearrange the digits in ⟨1263045⟩ to meet the rules below.

⟨6th 5th 4th 3rd 2nd 1st 0th⟩

✅Match
max {p6, p5, p3} = 4
6th → a, 2nd → b, a+b=5
3rd → a, 0th → b, a+b=10
Jump(0,1) = 3
Jump(0,5) ≥ 2

⛔Avoid
⟨⋯ a ⋯ 3 ⋯⟩, a = 2|4|5|6

#125034_v2.10


2025-09-04 Q1(m=6)

6543210
-------
---4---
---4--6
3--4--6
3--42-6
3-542-6
3-54206
3154206

#125034_v2.10