Skip to content

[BUG] - 1102. Path With Maximum Minimum Value - incorrect editorial #22372

@Zackhardtoname

Description

@Zackhardtoname

LeetCode Username

sampleaccountpage

Problem Number, Title, and Link

https://leetcode.com/problems/path-with-maximum-minimum-value/editorial/

Bug Category

Editorial

Bug Description

"If we can find a path with the score of NNN, we can also find a path with the score of N−1"

Language Used for Code

None

Code used for Submit/Run operation

No response

Expected behavior

Wrong. The first example actually disproves it "Input: grid = [[5,4,5],[1,2,6],[7,4,6]]
Output: 4". See we couldn't possibly obtain a score of 3 since it doesn't even exist in the graph.

Screenshots

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions