YAMAGUCHI::weblog

海水パンツとゴーグルで、巨万の富を築きました。カリブの怪物、フリーアルバイター瞳です。

2012-07-16から1日間の記事一覧

A Tour of Go Exercise #69-70

Go

はじめに Python界の情弱です。A Tour of Goの演習問題、最後までやりました。 こんな感じ #69 Equivalent Binary Trees package main import ( "fmt" "code.google.com/p/go-tour/tree" ) /* type Tree struct { Left *Tree Value int Right *Tree } */ // …