<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fgshun</author_name>
  <author_url>https://blog.hatena.ne.jp/fgshun/</author_url>
  <blog_title>銀月の符号</blog_title>
  <blog_url>https://fgshun.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>人材獲得作戦・４ 試験問題ほか の問題を解いてみた。今日は 13 日、もうすでにいろんな人が解き終わっていて、反応鈍かった感は否めない。所要時間 40 分だった。最短経路に $ を書き込まなければならないので、ある地点へ「到達できたこと」に加えて「到達する前にいた地点」も保持するようにした。改良するならば、データ保持の方法からかな。通過点を保持する visited は辞書（ハッシュ）である必要はなくリストで十分。迷路の保持方法もリストのリストでなく、単なるリストで十分。メモリをさらにケチるなら、迷路の要素が通路、壁だけと限られていることを利用して一要素 1 byte の配列で表現、つまり ar…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffgshun.hatenablog.com%2Fentry%2F20100113%2F1263374738&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>2010-01-13 18:25:38</published>
  <title>迷路問題（人材獲得作戦・４）を解いてみる</title>
  <type>rich</type>
  <url>https://fgshun.hatenablog.com/entry/20100113/1263374738</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
