摘要: (上图出自B站韩顺平教育) 从上图的(1,1)处,寻找到(6,5)处的路线,红色格子是障碍 public class MiGong { public static void main(String[] args) { //思路: //1.先创建迷宫,用二维数组map表示 //2.规定数组的元素值:0 阅读全文
posted @ 2022-05-08 00:24 Hipop 阅读(110) 评论(0) 推荐(0)