Update 'sk1a/README.md'

This commit is contained in:
Damián Korpesio 2022-01-20 08:48:54 +00:00
parent 3d00dc9176
commit 21297fa56f

View File

@ -29,7 +29,7 @@ maze[x * size + y] = '*';
return 1;
}
if(issafe(maze, x, y, size) == 1) { // znazornenie stien
if(issafe(maze, x, y, size) == 1) { // znazornenie stien a pohyb zanechavania *
maze[x * size + y] = '*';
if (backtracking(maze, x, y + 1, size) == 1) { //pohyb doprava