Removed extra spaces from index.md (#26461)

This commit is contained in:
Tzupy
2019-01-06 17:39:01 +02:00
committed by Manish Giri
parent d2c9a45f21
commit 00019a5888

View File

@ -50,17 +50,11 @@ void lee()
Y.push(yy);
mat[xx][yy] = -1; // you usually mark that you have been to this position in the matrix
}
}
X.pop(); // eliminate the first position, as you have no more use for it
Y.pop();
}
}
```