Linux汉诺塔程序,汉诺塔的108种实现!

出处:

What?

This page contains my various (over a hundred) implementations of the Towers of Hanoi problem, or rather, its solution. Some of these are understandably weird. While some differ in the "programming language" (loosely speaking) of implementation (there's one in LOGO, for example), there are many others that differ in concept.

Such As?

Consider the Hanoi OS. This is a bootable operating system for the x86 processor that solves the Hanoi puzzle as its primary task. Then there are implementations of Hanoi running on embedded systems. There is an animated Hanoi for the Sega Dreamcast Game Console (dreamcast-hanoi). There is one for the Nintendo Gameboy Advance (gameboy-hanoi). There also are implementations of Hanoi as a loadable kernel module for Linux (lkm-linux-hanoi), a system call for FreeBSD (lkm-bsd-hanoi), one that runs on a car MP3 player (empeg-hanoi), one as a ping server that can send you Hanoi moves as ICMP echo response sequence numbers if you ping it, and write-only monstrosities such as the following sed script:

s~^xx*$~:n:3:2:1:&:~;tB;d;:B;/^:$/d;h s~^:.:\(.\):.:\(.\):*:.*~\2 --> \1~;x /^:y:.:.:.:*:.*/b0;/^:n:.:.:.:x:.*/b1 s~:n:\(.\):\(.\):\(.:x*\)x:\(.*\)~:n:\2:\1:\3:y:\1:\2:\3x:\4~ bB;:1;x;p;x;s~^:n:.:.:.:x:\(.*\)~:\1~;bB;:0;x;p;x s~^:y:\(.\):\(.\):\(.\):x\(x*:*\)~:n:\1:\3:\2:\4~ bB

You can save the above script to a file and try "echo xxx | sed -f filename". Some sed implementations, like the one on Solaris, might choke on the above because of trailing text after labels, in which case try this differently formatted version, and here is a version with no newlines.

Why?

I am often asked that since I do all this, whether I have a lot of free time on my hands. Between my work and my interests (both of which overlap to a great extent), I actually have no free time. As an aside, I would not (and should not) be expected to "know" so many programming languages, and I don't think I do! However, I do believe that knowing a computer language is a rather fuzzy idea. If one could write a useful (loosely speaking, again) program in a given language, it is instructive to question whether one knows it.

It is ironical (yes, there is such a word) that the bigger challenge, at least in my opinion, lies not in writing programs in all these different languages and ways, but in rapidly setting up the respective compiler systems and/or development environments on an appropriate platform/operating system. Sometimes compilers, interpreters and other such software for a particular language may be readily available, and run "out of the box", but many times this is not the case. Sometimes it turns out to be a non-trivial problem to get a compiler to function (pun unintended). Of course, once you get past this, you do have to understand some subset of the language!

FAQ

If you have a comment, question or any other feedback, please check the FAQ first to see if I have responded to a similar question already.

Download

You can download all Hanoi implementations as a single archive (gzipped tar file), or browse and download individual implementations as listed below.

The Implementations

Legend

YImplementation is graphical and/or animated.

NImplementation does not use explicit recursion.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值