<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>uraway</author_name>
  <author_url>https://blog.hatena.ne.jp/uraway/</author_url>
  <blog_title>文系プログラマー</blog_title>
  <blog_url>https://uraway.hatenablog.com/</blog_url>
  <categories>
    <anon>algorithm</anon>
  </categories>
  <description>フィボナッチ数列のアルゴリズム 勉強がてらメモ フィボナッチ数列とは 「フィボナッチ数列」とは「前の２つの数を加えると次の数になる」という数列。1番目は0、2番目は1。n番目の数字は(n - 1)番目と(n - 2)番目の数字の和。 例えば、6番目の数は5 (0, 1, 1, 2, 3, 5) アルゴリズム実装(1) O(n2) n番目のフィボナッチ数をfib(n)とすれば、 fib(4)を求めるには 1 fib(4) ________________|________________ | | 2 fib(3) fib(2) ________|________ ________|_______…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Furaway.hatenablog.com%2Fentry%2F2019%2F11%2F17%2F191001&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>https://chart.apis.google.com/chart?cht=tx&amp;chl=fib%28n%29%20%3D%20fib%28n%20-%201%29%20%2B%20fib%28n%20-%202%29</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-11-17 19:10:01</published>
  <title>フィボナッチ数列のアルゴリズム</title>
  <type>rich</type>
  <url>https://uraway.hatenablog.com/entry/2019/11/17/191001</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
