We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caadb39 commit c8bb628Copy full SHA for c8bb628
exercises/practice/saddle-points/.docs/instructions.md
@@ -3,7 +3,7 @@
3
Your task is to find the potential trees where you could build your tree house.
4
5
The data company provides the data as grids that show the heights of the trees.
6
-The rows of the grid represent the north-south direction, and the columns represent the east-west direction.
+The rows of the grid represent the east-west direction, and the columns represent the north-south direction.
7
8
An acceptable tree will be the the largest in its row, while being the smallest in its column.
9
0 commit comments