网格遍历问题

发布于 2024-09-04 04:52:35 字数 225 浏览 4 评论 0原文

可能的重复:
螺旋循环

给定一个任意高度和宽度的网格,编写一个算法来遍历它一个螺旋。 (从左上角开始,到中间结束),不越过以前访问过的节点。不使用嵌套循环。

Possible Duplicate:
Looping in a spiral

Given a grid of any height and width, write an algorithm to traverse it in a spiral. (Starting at the top left and ending in the middle) without passing over previously visited nodes. Without using nested loops.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

太傻旳人生 2024-09-11 04:52:35

它应该使用一个 for 循环并从左下角开始完成,我处于那种粗糙的状态

it should be done using one for loop and starting from bottom left, I'am in that coarse

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文