15 puzzle solver: Difference between revisions

Marked C# incorrect
(Add solution on C#)
(Marked C# incorrect)
Line 2,657:
 
=={{header|C sharp|C#}}==
{{incorrect|C#|The task presents a board which a solution must solve in 52 moves, there are no starting positions requiring 164 moves to solve. The required output is specified: "The output must show the moves' directions, like so: left, left, left, down, right... and so on.
{{libheader|System.Windows.Forms}}
There are two solutions, of fifty-two moves:
rrrulddluuuldrurdddrullulurrrddldluurddlulurruldrdrd
rrruldluuldrurdddluulurrrdlddruldluurddlulurruldrrdd }}
{{libheader|System.Windows.Forms"}}
{{libheader|System.Drawing}}
{{works with|C sharp|3+}}
2,172

edits