<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kiririmode</author_name>
  <author_url>https://blog.hatena.ne.jp/kiririmode/</author_url>
  <blog_title>理系学生日記</blog_title>
  <blog_url>https://kiririmode.hatenablog.jp/</blog_url>
  <categories>
    <anon>SICP</anon>
  </categories>
  <description>データをどう表現するかでプログラムの性能に大きな影響があるよというお話がなされてきたのだけど、最初はクソ簡単で直感的な表現にして後から性能を上げるようにするのも一つの手だよとおっしゃられておられる。たぶんその例なんだろうけど、問題2-66は順序無しリストで表現されたデータベース上でのlookupを2分木で表現されたデータベース上でのlookupにしろって課題。 こんなlookupを定義してやれば (define (lookup given-key set-of-records) (cond ((null? set-of-records) #f) ((= given-key (entry set…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkiririmode.hatenablog.jp%2Fentry%2F20080101%2Fp2&quot; title=&quot;問題2-66 (2.3.3  Example: Representing Sets) - 理系学生日記&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>2008-01-01 00:00:01</published>
  <title>問題2-66 (2.3.3  Example: Representing Sets)</title>
  <type>rich</type>
  <url>https://kiririmode.hatenablog.jp/entry/20080101/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
