You are here: Home Blog Comments [プログラミング]コラッツ

Personal tools

[プログラミング]コラッツ

Posted by [鍋]鍋あり谷あり at 2006-07-12 00:15
http://jijixi.azito.com/cgi-bin/diary/index.rb?date=20060711#p02 経由で、 http://ll.jus.or.jp/2006/blog/doukaku2 class Collatz include Enumerable def initialize( n ) @n=n @cache={1=>1} end def calc(n) @cache[n]=_calc(n) unless @cache.include?(n) @cac
Parent entry キミならどう書く 2.0 - ROUND 2 -