<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>SAM</author_name>
  <author_url>https://blog.hatena.ne.jp/SAM/</author_url>
  <blog_title>About connecting the dots.</blog_title>
  <blog_url>https://smrmkt.hatenablog.jp/</blog_url>
  <categories>
  </categories>
  <description>背景 ここ数ヶ月，頭の体操とPythonでの数値処理に慣れるのとで，project eulerの問題を順に解いていってます*1．割と初等整数論を使った計算問題が多いので，単純に公式を調べてなるほどこういう公式があるんだーとか感心しながら計算してます*2．で，その際によくあるのがProblem 3 - Project Eulerのように，3桁とかであれば簡単に手計算できるものについてこれが20桁だったときどうするか，という風に，計算量をちゃんと考えないと実時間で計算が終わらない問題です．そんなときによくやるのが，繰り返し使う値をキャッシュするってやつです．今回はこれについてのお話． 単純なキャッ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsmrmkt.hatenablog.jp%2Fentry%2F2014%2F12%2F07%2F195752&quot; title=&quot;memoizeでPythonの再帰計算をキャッシュして高速化 - About connecting the dots.&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>2014-12-07 19:57:52</published>
  <title>memoizeでPythonの再帰計算をキャッシュして高速化</title>
  <type>rich</type>
  <url>https://smrmkt.hatenablog.jp/entry/2014/12/07/195752</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
