<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>white-azalea</author_name>
  <author_url>https://blog.hatena.ne.jp/white-azalea/</author_url>
  <blog_title>技術をかじる猫</blog_title>
  <blog_url>https://white-azalea.hatenablog.jp/</blog_url>
  <categories>
    <anon>日記</anon>
    <anon>アルゴリズム</anon>
    <anon>勉強</anon>
  </categories>
  <description>お題はこれ プログラマを育てる脳トレパズル 遊んでおぼえるPythonプログラミング&amp;アルゴリズム作者:増井 敏克発売日: 2020/12/22メディア: 単行本（ソフトカバー） 相変わらず問題だけ読んで、答えの処理を見ずに書いてみた系。 # 9=壁, 1=goal, 0=道 maze = [ [0, 0, 0, 9, 9, 0, 9], [0, 9, 9, 0, 0, 0, 0], [0, 0, 0, 0, 9, 9, 9], [9, 0, 9, 0, 9, 0, 1], [0, 0, 9, 0, 0, 0, 9], [0, 9, 0, 0, 9, 0, 0] ] で、自分が真っ先に考えたの…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwhite-azalea.hatenablog.jp%2Fentry%2F2021%2F02%2F02%2F212941&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>https://m.media-amazon.com/images/I/61T+nQkJvNL.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-02-02 21:29:41</published>
  <title>全幅探索アルゴリズム</title>
  <type>rich</type>
  <url>https://white-azalea.hatenablog.jp/entry/2021/02/02/212941</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
