<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>letitride</author_name>
  <author_url>https://blog.hatena.ne.jp/letitride/</author_url>
  <blog_title>追憶行</blog_title>
  <blog_url>https://www.letitride.jp/</blog_url>
  <categories>
    <anon>テック</anon>
    <anon>テック-その他</anon>
  </categories>
  <description>最近、かなーり古いアルゴリズム本でアルゴリズムの復習をしたりしている。 やっぱ再帰は苦手だな〜。という愚痴。 以下はC言語で、要素数4つのint配列、{0, 0, 0, 0}の要素の合計値が1以上4以下になる場合の配列の組み合わせを示したもの。 中々理解出来なかったのでメモしておく。 #include &lt;stdio.h&gt; #include &lt;stdlib.h&gt; int number_using[] = {0,0,0,0}; void make_numbers(int begin, int sum){ int i, j; if( sum &gt; 4){ return; } for(i=begin; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.letitride.jp%2Fentry%2F2020%2F02%2F06%2F163556&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>2020-02-06 16:35:56</published>
  <title>僕は再帰が書けない</title>
  <type>rich</type>
  <url>https://www.letitride.jp/entry/2020/02/06/163556</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
