Skip to content

saddle-points: directions seem mixed up #2263

@ee7

Description

@ee7

Follow-up from #2248 (comment).

We write:

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

The best tree will be the tallest tree compared to all the other trees to the east and west, so that you have the best possible view of the sunrises and sunsets.

"matrix": [
[9, 8, 7],
[5, 3, 2],
[6, 6, 7]
]
},
"expected": [
{
"row": 2,
"column": 1
}
]

And therefore the below should say that "rows represent the east-west direction", right?

The rows of the grid represent the north-south direction, and the columns represent the east-west direction.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions