<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>os0x</author_name>
  <author_url>https://blog.hatena.ne.jp/os0x/</author_url>
  <blog_title>os0x.blog</blog_title>
  <blog_url>https://os0x.hatenablog.com/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>LinkedListは一言で言えば数珠繋ぎになったデータです。定義的には色々種類がありますが、今回は配列の代わりに順番にデータにアクセスする方法として使用します。具体的にはこういうことです。 function linkloop(){ var n = first; do{ // n } while ((n = n.next)) } まず1つ目の要素を処理、1つ目から2つ目を参照して2つ目の要素を処理、とnextで繋がっているだけループが続くという簡単な仕組みです。 clockmakerさんのParticle 3000 - jsdo.it - Share JavaScript, HTML5 and…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fos0x.hatenablog.com%2Fentry%2F20100705%2F1278360240&quot; title=&quot;連結リスト(LinkedList)のベンチマーク - os0x.blog&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>2010-07-05 05:04:00</published>
  <title>連結リスト(LinkedList)のベンチマーク</title>
  <type>rich</type>
  <url>https://os0x.hatenablog.com/entry/20100705/1278360240</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
