<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yucatio</author_name>
  <author_url>https://blog.hatena.ne.jp/yucatio/</author_url>
  <blog_title>yucatio@システムエンジニア</blog_title>
  <blog_url>https://yucatio.hatenablog.com/</blog_url>
  <categories>
    <anon>KATAMINOを解くプログラム</anon>
  </categories>
  <description>★前回の記事 yucatio.hatenablog.com 2次元配列からピースがある場所のリストを作成します。こちらの記事を参考にしてください。 yucatio.hatenablog.com 現在はピースを以下のように2次元配列で表現しています。ピースの場所を1, ピースでない場所を0で表現しています。 [ [1, 1, 0], [0, 1, 0], [0, 1, 1] ] ここからリストの形式に変換します。 [ {x:0, y:0}, {x:0, y:1}, {x:1, y:1}, {x:2, y:1}, {x:2, y:2} ] 実装 2次元配列を受け取り、値が1のインデックスのリストを…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyucatio.hatenablog.com%2Fentry%2F2019%2F07%2F31%2F214827&quot; title=&quot;2次元配列からピースがある場所のリストを作成する (KATAMINOを解くプログラムを作成する) - yucatio@システムエンジニア&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://hbb.afl.rakuten.co.jp/hgb/182e4377.af19d097.182e4378.b6c07045/?me_id=1227356&amp;item_id=10000912&amp;m=https%3A%2F%2Fthumbnail.image.rakuten.co.jp%2F%400_mall%2Fnewton-style%2Fcabinet%2Fretail_img%2Fns%2Fkom259200.jpg%3F_ex%3D80x80&amp;pc=https%3A%2F%2Fthumbnail.image.rakuten.co.jp%2F%400_mall%2Fnewton-style%2Fcabinet%2Fretail_img%2Fns%2Fkom259200.jpg%3F_ex%3D240x240&amp;s=240x240&amp;t=picttext</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-07-31 21:48:27</published>
  <title>2次元配列からピースがある場所のリストを作成する (KATAMINOを解くプログラムを作成する)</title>
  <type>rich</type>
  <url>https://yucatio.hatenablog.com/entry/2019/07/31/214827</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
