Problem: Maze with 10x10 cells have obstracles placed on random cells marked with the black. Make code which finds path which starts from cell (1,1) and moves through all Maze cells and returns back to cell(1,1) without stepping on same cell more than once.
-
Todor Nikodimov - C
-
Nigel Mollett - C#
-
Sergey - C
-
OhmOhm - Python
-
Marc - Sage
-
Alex C - C
-
Antal Koos - C
-
Antal Koos - Python
-
Alexander Schultze - C#