51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#何用
如何用Go语言实现汉诺塔算法
packagemainimport("fmt")funcprint(nint,xrune,yrune)(){fmt.Printf("movingdisk%dfrompole%ctopole%c",n,x,y)}funcmove(nint,arune,brune,crune)(){ifn==1{print(n,a,c)}...
IT猿
·
2020-03-28
何用
Go
语言
实现
汉诺塔
首页
上一页
...
2
3
4
5
6
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他