<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hanaaaaaachiru</author_name>
  <author_url>https://blog.hatena.ne.jp/hanaaaaaachiru/</author_url>
  <blog_title>はなちるのマイノート</blog_title>
  <blog_url>https://www.hanachiru-blog.com/</blog_url>
  <categories>
  </categories>
  <description>はじめに 前回適当に並べてソートをするボゴソートを実装しました。 www.hanachiru-blog.comこのボゴソートに並ぶ効率の悪いアルゴリズムとして知られているボゾソートを実装してみたいと思います。 はじめに 仕組み コード 使い方 さいごに 仕組み ボゾソートもすごいシンプルです。 ソートされているか調べ、ソートされていたら終了 ランダムに2つの要素を入れ替え１に戻る これも計算量で、最弱のソートのアルゴリズムのひとつといえるでしょう。 コード public class BozoSort&lt;T&gt; where T : IComparable&lt;T&gt; { IComparer _compar…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.hanachiru-blog.com%2Fentry%2F2020%2F06%2F03%2F120000&quot; title=&quot;【C#】ボゾソートを実装してみる - はなちるのマイノート&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://chart.apis.google.com/chart?cht=tx&amp;chl=%20O%28%E2%88%9E%29</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-06-03 12:00:00</published>
  <title>【C#】ボゾソートを実装してみる</title>
  <type>rich</type>
  <url>https://www.hanachiru-blog.com/entry/2020/06/03/120000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
