<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tanakaBox</author_name>
  <author_url>https://blog.hatena.ne.jp/tanakaBox/</author_url>
  <blog_title>ボクノス</blog_title>
  <blog_url>https://boxnos.hatenablog.com/</blog_url>
  <categories>
    <anon>Scheme</anon>
  </categories>
  <description>二進木に入ります。二進木初体験なので、ちゃんと読みたい。 二進木 Schemeで二進木を表すと、 (データ 左 右) リストは構造体にも化ける。便利だ。見にくければ、(左 データ 右)と書いても動くと思う。 リストを追加するのが面倒なので、entry-appendr作った。 (define (tree-appendr l) (fold (lambda (a b) (adjoin-set a b)) '() l)) (entry-appendr '(1 2 3 4 5 6)) ; (1 () (2 () (3 () (4 () (5 () (6 () ())))))) (entry-append…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboxnos.hatenablog.com%2Fentry%2F20071216%2F1197799860&quot; title=&quot; SICPを読む(73) 問題2.63 二進木としての集合 - ボクノス&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-12-16 19:11:00</published>
  <title> SICPを読む(73) 問題2.63 二進木としての集合</title>
  <type>rich</type>
  <url>https://boxnos.hatenablog.com/entry/20071216/1197799860</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
