摘要: public class Hanoi { public static void main(String[] args ) { Hanoi hanoi = new Hanoi(); hanoi.hanoi(8,'a','b','c'); } //圆盘个数,三根柱子,作为参数 public void h 阅读全文
posted @ 2020-03-10 09:18 木子阳555 阅读(521) 评论(0) 推荐(0)