<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>jeneshicc</author_name>
  <author_url>https://blog.hatena.ne.jp/jeneshicc/</author_url>
  <blog_title>落書き、時々落学</blog_title>
  <blog_url>https://jeneshicc.hatenadiary.org/</blog_url>
  <categories>
    <anon>日記</anon>
    <anon>学問</anon>
    <anon>algorithm</anon>
    <anon>Memo</anon>
    <anon>解決</anon>
  </categories>
  <description>昨日，解法と共に知った問題．メモ． n個の要素が与えられる． また，2つの要素を受け取り，同じか否かを判定する判定機が与えられる． この判定機を用いて n/2よりも多く同じものがあるかを判定したい． 計算時間は判定機の使用回数とする． 例） {A, A, B, C} = False. {A, A, A, B} = Ture. {A, A, A, B, C} = Ture. 判定機は同値性判定を行なうのであって，比較はできない（主に[1]に関係してくる）．(1) O(n log n)の判定アルゴリズムを構成せよ． (2) O(n)の判定アルゴリズムを構成せよ． (3) 「n/3より多く同じものが…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjeneshicc.hatenadiary.org%2Fentry%2F20101129%2F1291060652&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-11-29 04:57:32</published>
  <title> 気になっている問題</title>
  <type>rich</type>
  <url>https://jeneshicc.hatenadiary.org/entry/20101129/1291060652</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
