<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>itib</author_name>
  <author_url>https://blog.hatena.ne.jp/itib/</author_url>
  <blog_title>itiblog</blog_title>
  <blog_url>https://itib.hatenablog.com/</blog_url>
  <categories>
    <anon>アルゴリズム</anon>
    <anon>データ構造</anon>
    <anon>golang</anon>
  </categories>
  <description>概要 シンプルな二分木をGolangで実装していきます。 二分木の動作は以下のURLがビジュアル化されていてわかりやすいです。 Binary Search Tree Visualization まずは二分木のベースとして値の挿入をして木を作成し、 見つけたい値が木に含まれているかを判定する関数を作成します。 概要 実装 木とノードの定義 代入処理 テストの作成 検索したい値が木に含まれているか判定 テストの作成 まとめ 実装 木とノードの定義 type Node struct { Value int // ノードの持つ値 Left *Node // 左側ノードへのポインタ Right *Nod…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fitib.hatenablog.com%2Fentry%2F2021%2F10%2F17%2F150849&quot; title=&quot;二分木(Binary Search Tree)の実装 その1 - itiblog&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>https://cdn-ak.f.st-hatena.com/images/fotolife/i/itib/20211017/20211017145547.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-10-17 15:08:49</published>
  <title>二分木(Binary Search Tree)の実装 その1</title>
  <type>rich</type>
  <url>https://itib.hatenablog.com/entry/2021/10/17/150849</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
