The tower of Hanoi puzzle is a classic example about programming design and algorithm research.There have been a lot of researches on this algorithm.In order to speed up the tower of Hanoi problem solving this paper analyzes the abstract solving-tree of the tower of Hanoi problem and find it can be divided into different levels and the same structure,and then iterated the solution of the whole problem by controlling the levels of subtree.Based on this,a rapid non-recursive algorithm of the tower of Hanoi pr...