<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kankinkon</author_name>
  <author_url>https://blog.hatena.ne.jp/kankinkon/</author_url>
  <blog_title>Afro-Blue</blog_title>
  <blog_url>https://kankinkon.hatenadiary.org/</blog_url>
  <categories>
    <anon>アルゴリズムとデータ構造</anon>
  </categories>
  <description>例題3.9 循環リストを用いてジョセファス選挙を行う #include &lt;stdio.h&gt; #include &lt;stdlib.h&gt; typedef struct NODE { int item; struct NODE *next; } Node; Node *link; int main(int argc, char *argv[]) { int i; int N = atoi(argv[1]); int M = atoi(argv[2]); Node *t = malloc(sizeof(*t)); Node *x = t; t-&gt;item = 1; t-&gt;next = t; for (i…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkankinkon.hatenadiary.org%2Fentry%2F20120104%2F1325665382&quot; title=&quot;基本データ構造 リスト - Afro-Blue&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-01-04 17:23:02</published>
  <title>基本データ構造 リスト</title>
  <type>rich</type>
  <url>https://kankinkon.hatenadiary.org/entry/20120104/1325665382</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
