<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>wvogel00</author_name>
  <author_url>https://blog.hatena.ne.jp/wvogel00/</author_url>
  <blog_title>wvogel日記</blog_title>
  <blog_url>https://wvogel00.hatenadiary.org/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>Haskellは、Data.Arrayモジュールを用いてデータを配列のように扱うことができる。 が、書き換えはコストが高いために苦手。 だからデータ参照などにのみ使用した方が良い。 ならばそうしましょう。Data.Arrayを利用して、多次元配列問題を解く！ 手始めにはちょうど良い難易度の問題を、以前C++で解いたことがあるので、ここではそれを例として扱います。問題はこちら。KUPCで出題されたものです。要約すれば、 進行方向が右・下の二方向限定の最短経路問題です。 解き方は非常にシンプルですし、開放もすぐに頭に思いつきます。 以前C++で解いたときは、 入力として与えられた盤面を保持する二次…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwvogel00.hatenadiary.org%2Fentry%2F20111213%2F1323788229&quot; title=&quot;多次元配列問題 with Data.Array - wvogel日記&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-13 23:57:09</published>
  <title>多次元配列問題 with Data.Array</title>
  <type>rich</type>
  <url>https://wvogel00.hatenadiary.org/entry/20111213/1323788229</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
