0498. 对角线遍历 #15
utterances-bot
started this conversation in
Comments
Replies: 3 comments
-
不需要方向管理的,我感觉更简单理解:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
1 如果在最后一列,则向下方移动,即 x += 1。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
"其余情况想右上方向移动" 原文中有笔误“想(向)” |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
0498. 对角线遍历 | 算法通关手册
https://algo.itcharge.cn/Solutions/0400-0499/diagonal-traverse/
Beta Was this translation helpful? Give feedback.
All reactions