Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 螺旋循环
给定一个任意高度和宽度的网格,编写一个算法以螺旋方式遍历它。(从左上角开始到中间结束)不经过之前访问过的节点。不使用嵌套循环。
它应该使用一个for循环并从左下角开始,我在那个粗略的地方