Solve hanging lantern problem: Difference between revisions

Content added Content deleted
m (→‎Math solution: Fix bugs)
m (Disambiguation)
Line 41: Line 41:
; Optional task:
; Optional task:
Output all the sequences using this format:<br>
Output all the sequences using this format:<br>
[a,b,c,…]
[1,2,3,…]
[b,a,c,…]
[2,1,3,…]
……
……