迷宫表示帮助
我想使用图表创建迷宫,但我不知道从哪里开始。我只知道使用数组或图形数组来表示迷宫的方法。
- 在数组的数组表示中,是否使用递归回溯来生成迷宫?
- 如果我选择使用基于图的结构来生成迷宫,那么如何映射代表路径的边?我的意思是如何创建由图形的结束节点表示的墙?
I want to create maze using graph but I don't know where to start. I just know ways to represent a maze that use array of array or graph.
- In Array of Array representation, is recursive backtracking used to generate maze?
- If I choose to use graph-based struct to generate the maze, then how do I map edges representing path? What I mean is how to create walls that are represented by end node of a graph?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
思维迷宫——所有你从未想过你想了解的迷宫。除了帮助您确定进一步研究的术语之外,该网站本身就是一个广泛的资源。
Thinking Labyrinth -- All you never thought you'd want to know about mazes. In addition to helping you identify terms for further research, this website is an extensive resource in itself.