- 博客(1)
- 收藏
- 关注
原创 汉诺塔非递归方法代码求助!!
汉诺塔非递归方法代码求助!! #include <iostream> #include <stdio.h> #include <stdlib.h> #define MAXSIZE 10000 #define LOOP2 1 #define LOOP3 2 static int stack[MAXSIZE]={0}; static int top=0; static int size=MAXSIZE; bool push(int n, char a, char b, c
2020-07-18 21:20:44
122
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅