August 2010
13 posts
kiritori
✄——————————— Fri Aug 06 01:03:00 +0900 2010 ———————————✄
kiritori
✄——————————— Fri Aug 06 01:02:00 +0900 2010 ———————————✄
kiritori
✄——————————— Fri Aug 06 01:01:01 +0900 2010 ———————————✄
kiritori
✄——————————— Fri Aug 06 01:00:01 +0900 2010 ———————————✄
kiritori
✄——————————— Fri Aug 06 00:59:23 +0900 2010 ———————————✄
kiritori
✄——————————— Fri Aug 06 00:59:00 +0900 2010 ———————————✄
kiritori
✄——————————— Fri Aug 06 00:58:43 +0900 2010 ———————————✄
kiritori
✄——————————— 8/6(金) ———————————✄
kiritori
✄——————————— 8/6(金) ———————————✄
kiritori
✄——————————— 8/6(金) ———————————✄
kiritori
✄——————————— 8/6(金) ———————————✄
kiritori
✄—————— 8/6(金) ——————✄
test title
test body
January 2010
1 post
Rubyでヒープソート
def repare_heap(index, range, heap) c1 = (index + 1) * 2 # 子1インデックス c2 = (index + 1) * 2 - 1 # 子2インデックス p = (index - 1) / 2 # 親インデックス if range.include? index # 子があれば if (heap[c1] || heap[c2]) if(heap[c1] && heap[c2]) big_c = (heap[c1] > heap[c2]) ? c1 : c2 elsif heap[c1] big_c = c1 else big_c = c2 end if (heap[big_c] > heap[index])...
September 2009
1 post
May 2009
12 posts
test
testbody
今週末のNHKで忌野清志郎追悼特集を続々オンエア
http://natalie.mu/news/show/id/16255
hey!!