<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>n-trino</author_name>
  <author_url>https://blog.hatena.ne.jp/n-trino/</author_url>
  <blog_title>trinoの走り書き</blog_title>
  <blog_url>https://n-trino.hatenadiary.org/</blog_url>
  <categories>
    <anon>プログラム</anon>
    <anon>C++</anon>
  </categories>
  <description>はるか昔にバランスのいいトーナメントの書き方というトピックを書いた記憶があるが、それをプログラムに起こしてみた。 方針は、決勝から順番に等分に分けていくというだけです。ただし奇数の場合、どちらを多くするかという自由度があるので、内側に多くなるように振り分ける。 class Branch{ public: Branch(){} virtual ~Branch(){} //深さ virtual int GetDepth() = 0; //エントリー数 virtual int GetEntrySize() = 0; //表示 virtual void PrintOut( std::ostream&amp; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fn-trino.hatenadiary.org%2Fentry%2F20120910%2Fp1&quot; title=&quot;トーナメント作成 - trinoの走り書き&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>2012-09-10 00:00:01</published>
  <title>トーナメント作成</title>
  <type>rich</type>
  <url>https://n-trino.hatenadiary.org/entry/20120910/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
