A Practical introduction to software development with the Clojure programming language, using Clojure CLI and a wide range of community tools for a REPL focused workflow. The guide uses Practicalli ...
Go to file T Go to line L Copy path Copy permalink ;; 【問題】N段のハノイの塔を解くプログラムを作成してください。ハノイの塔のルールは次のとおりです。 ;; * 3本の杭と、中央に穴の開いた大きさの異なる複数の円盤があります。 ;; * 最初はすべての円盤が左端の杭 ...