搜索资源列表
HanNuoTa
- 用非递归解决汉诺塔问题 采用二叉树查找的方法 made by a___9-non - recursive HANOR solve problems using the binary tree search method made by a___9
hanoi
- 汉诺塔问题用c++解决,这是一个非常经典的问题,如何实现递归。-HANOR c solve the problem with this is a very classic problem, how to achieve recursive.
banoi
- 汉诺塔问题的递归求解.利用递归思想简单解决方法.
hanoi01
- 汉诺问题:古代有一个梵塔,塔内有三个座A,B,C,要将A座大小不等的64个盘子借助B座移动到C座上,并且保持大盘子在下,小盘子在上。运用递归的方法解决~-Hanno problem: there is a Vatican ancient tower, the tower has three Block A, B, C, to A Block, plate sizes 64 to move to C through B, seat, and keep the next platter of sma
Tower-of-Hanoi
- 汉诺塔的程序,汇编语言编写,用汇编语言解决经典问题-Tower of Hanoi program, written in assembly language