Skip to content

Commit c8bb628

Browse files
authored
Sync saddle-points docs with problem-specifications (#725)
The saddle-points exercise has been overhauled as part of a project to make practice exercises more consistent and friendly. For more context, please see the discussion in the forum, as well as the pull request that updated the exercise in the problem-specifications repository: - https://forum.exercism.org/t/new-project-making-practice-exercises-more-consistent-and-human-across-exercism/3943
1 parent caadb39 commit c8bb628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/saddle-points/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Your task is to find the potential trees where you could build your tree house.
44

55
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.
6+
The rows of the grid represent the east-west direction, and the columns represent the north-south direction.
77

88
An acceptable tree will be the the largest in its row, while being the smallest in its column.
99

0 commit comments

Comments
 (0)