Skip to content

Commit

Permalink
tallest and shortest wording
Browse files Browse the repository at this point in the history
  • Loading branch information
kotp authored Apr 5, 2024
1 parent cd1ca0a commit 69e44c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/saddle-points/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Your task is to find the potential trees where you could build your tree house.
The data company provides the data as grids that show the heights of the trees.
The rows of the grid represent the east-west direction, and the columns represent the north-south direction.

An acceptable tree will have the greatest height in its row, while having the least height in its column.
An acceptable tree will be the tallest in its row, while being the shortest in its column.

A grid might not have any good trees at all.
Or it might have one, or even several.
Expand Down

0 comments on commit 69e44c5

Please sign in to comment.