1. 首页
  2. 编程语言
  3. C++ 
  4. 数据结构严蔚敏C语言版 迷宫

数据结构严蔚敏C语言版 迷宫

上传者: 2020-09-19 22:50:08上传 RAR文件 2.16KB 热度 8次
数据结构 严蔚敏 C语言版 迷宫 status mazePath(seqStack *S, posType start, posType end) { posType curPos; //current positon int curStep; //the ordinary number sElemType e; curPos = start; curStep = 1; do { if(pass(curPos)) //the current position is "accessed" { footPrint(curPos); e.ord = c
下载地址
用户评论
码姐姐匿名网友 2020-09-19 22:50:09

资源很好的