Update 'sk1a/README.md'
This commit is contained in:
parent
3d00dc9176
commit
21297fa56f
@ -29,7 +29,7 @@ maze[x * size + y] = '*';
|
|||||||
return 1;
|
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] = '*';
|
maze[x * size + y] = '*';
|
||||||
|
|
||||||
if (backtracking(maze, x, y + 1, size) == 1) { //pohyb doprava
|
if (backtracking(maze, x, y + 1, size) == 1) { //pohyb doprava
|
||||||
|
Loading…
Reference in New Issue
Block a user