public static void move(int n, int source, int dest) 将第N个盘子从source移到dest move(n - 1, source, other);//三个盘子空下来的作为other 将N-1个盘子从source移到other
汉诺塔递归思考
原文:https://blog.51cto.com/14232658/2441974