<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kankinkon</author_name>
  <author_url>https://blog.hatena.ne.jp/kankinkon/</author_url>
  <blog_title>Afro-Blue</blog_title>
  <blog_url>https://kankinkon.hatenadiary.org/</blog_url>
  <categories>
    <anon>アルゴリズムとデータ構造</anon>
  </categories>
  <description>ここから探索の勉強 チェイン法はキーのハッシュを添字として配列に追加していくのだけど、キーの衝突(同じハッシュ値)が起きた場合に、配列要素のnextポインタに同じハッシュ値を持つ要素をつなぐ方法。 例：配列の要素が連結リストになっている 添字 一つ目の要素 二つ目の要素 0 要素A 要素B 1 空 空 2 要素C 空 3 要素D 要素E 4 空 空 5 要素F 空 プログラムサンプル #include &lt;stdio.h&gt; #include &lt;stdlib.h&gt; #include &lt;string.h&gt; #define TABLE_SIZE 10 typedef struct CELL { cha…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkankinkon.hatenadiary.org%2Fentry%2F20111210%2F1323504590&quot; title=&quot;ハッシュ法-1 チェイン法 - Afro-Blue&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>2011-12-10 17:09:50</published>
  <title>ハッシュ法-1 チェイン法</title>
  <type>rich</type>
  <url>https://kankinkon.hatenadiary.org/entry/20111210/1323504590</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
