<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>cartman0</author_name>
  <author_url>https://blog.hatena.ne.jp/cartman0/</author_url>
  <blog_title>はしくれエンジニアもどきのメモ</blog_title>
  <blog_url>https://cartman0.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>アルゴリズム</anon>
  </categories>
  <description>リスト構造メモ Table of Contents¶ 1 リスト構造 1.1 単方向リスト 1.1.1 実装メモ 1.1.1.1 データの追加（add操作） 1.1.1.2 データの挿入（insert操作） 1.1.1.3 データの削除の場合（delete操作） 1.1.1.4 単方向リストのcode 1.2 双方向リスト(Doubly Linked List) 1.2.1 実装メモ 1.2.1.1 データを末尾へ追加（addLast） 1.2.1.2 データを先頭へ追加（addFirst） 1.2.1.3 データの挿入 insert() 1.2.1.4 先頭データの削除 deleteFirs…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcartman0.hatenablog.com%2Fentry%2F2017%2F02%2F19%2F005000&quot; title=&quot;リスト構造メモ - はしくれエンジニアもどきのメモ&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>2017-02-19 00:50:00</published>
  <title>リスト構造メモ</title>
  <type>rich</type>
  <url>https://cartman0.hatenablog.com/entry/2017/02/19/005000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
