<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>RMQ on Bigshans&#39; Blog</title>
    <link>https://bigshans.github.io/tags/rmq/</link>
    <description>Recent content in RMQ on Bigshans&#39; Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>bigshans</copyright>
    <lastBuildDate>Fri, 22 Mar 2019 19:37:15 +0000</lastBuildDate>
    <atom:link href="https://bigshans.github.io/tags/rmq/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>动态规划求解 RMQ 问题</title>
      <link>https://bigshans.github.io/post/algorithm-rmq-segdp/</link>
      <pubDate>Fri, 22 Mar 2019 19:37:15 +0000</pubDate>
      <guid>https://bigshans.github.io/post/algorithm-rmq-segdp/</guid>
      <description>&lt;p&gt;rmq 即是区间最值问题，这里是动态规划模板的讲解。所谓 dp 的方法，就是区间 dp 的方法，如果采用原始的区间 dp 方法，那么当数据量很大时会出现时间和空间的双重爆破。这里我们采用了倍增法。我们通过这个模板来观察这个的实现以及思想。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
