汉诺塔的非递归解决办法

#include<iostream> #include<stdio.h> #include<stdlib.h> using namespace std; const int maxlen=1000; typedef struct node{ //工做记录结点 int adr; //返址 int np; char xp,yp,
相关文章
相关标签/搜索