<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>atsuhiro-me</author_name>
  <author_url>https://blog.hatena.ne.jp/atsuhiro-me/</author_url>
  <blog_title>みーのぺーじ</blog_title>
  <blog_url>https://pc.atsuhiro-me.net/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>Pythonのitertoolsというモジュールを見つけたのですが，これが非常に便利なのでメモしておきます． 例えば以下の問題を解くPythonスクリプトを書いてみます． 身長がみな異なる6人の子供がいます．この6人の子供が次の条件で一列に並びます． 条件1:一番身長の高い子供は端には並ばない． 条件2:一番身長の高い子供から左へ順に身長が低くなるように並ぶ． 条件3:一番身長の高い子供から右へ順に身長が低くなるように並ぶ． さて，以上のすべての条件に合う並び方は全部で何通りありますか？ 算数としては簡単ですね．みーは以下の様に解きました． 背の高い順番に数字で子供を表記するとして，以下の2つ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpc.atsuhiro-me.net%2Fentry%2F2013%2F12%2F06%2F020223&quot; title=&quot;Pythonで場合の数 itertools - みーのぺーじ&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>2013-12-06 02:02:23</published>
  <title>Pythonで場合の数 itertools</title>
  <type>rich</type>
  <url>https://pc.atsuhiro-me.net/entry/2013/12/06/020223</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
