Skip to content

Comments

leetcode 64 矩阵的最小路径和答案#1

Open
LazyTraveller13 wants to merge 1 commit intoliguigui:masterfrom
LazyTraveller13:patch-1
Open

leetcode 64 矩阵的最小路径和答案#1
LazyTraveller13 wants to merge 1 commit intoliguigui:masterfrom
LazyTraveller13:patch-1

Conversation

@LazyTraveller13
Copy link

如果j == 0的时候会产生ArrayOutOfBoundException,所以应该加上j != 0的判断条件

如果j == 0的时候会产生ArrayOutOfBoundException,所以应该加上j != 0的判断条件
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant