<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Algorithm - 标签 - Unknown Blog</title>
        <link>https://nyan.best/tags/algorithm/</link>
        <description>Algorithm - 标签 - Unknown Blog</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>i@tdiant.net (绫)</managingEditor>
            <webMaster>i@tdiant.net (绫)</webMaster><lastBuildDate>Sun, 15 Aug 2021 19:06:49 &#43;0000</lastBuildDate><atom:link href="https://nyan.best/tags/algorithm/" rel="self" type="application/rss+xml" /><item>
    <title>初学主席树</title>
    <link>https://nyan.best/2021/08/study-persistence-segment-tree/</link>
    <pubDate>Sun, 15 Aug 2021 19:06:49 &#43;0000</pubDate><author>
        <name>绫</name>
    </author><guid>https://nyan.best/2021/08/study-persistence-segment-tree/</guid>
    <description><![CDATA[<p>今天学长心血来潮，跟我讲了主席树。<br>
身为资深笨比的我从早上琢磨到第二天凌晨才过了主席树的洛谷板子题。赶紧整理一下。</p>
<p>主席树又叫做可持久化线段树，他可以解决区间第k大问题。</p>]]></description>
</item><item>
    <title>初学KMP</title>
    <link>https://nyan.best/2021/02/study-kmp/</link>
    <pubDate>Thu, 18 Feb 2021 05:40:18 &#43;0000</pubDate><author>
        <name>绫</name>
    </author><guid>https://nyan.best/2021/02/study-kmp/</guid>
    <description><![CDATA[<p>很久之前我一直看不懂KMP算法，看了一个视频里dalao的讲解，我还是没看懂。。。。。。<br>
然后在暑假的某一天，睡觉的时候突然明白了一点点我以前不会的KMP算法，于是赶紧记下来。</p>]]></description>
</item><item>
    <title>筛法求质数 之 埃式筛</title>
    <link>https://nyan.best/2020/11/study-eratosthene-sieve/</link>
    <pubDate>Wed, 04 Nov 2020 16:02:00 &#43;0000</pubDate><author>
        <name>绫</name>
    </author><guid>https://nyan.best/2020/11/study-eratosthene-sieve/</guid>
    <description><![CDATA[<p>现在有这样的一个题目</p>
<blockquote>
  <p><strong>输入格式</strong> 一行两个整数 询问次数n，范围m 接下来n行，每行两个整数 l,r 表示区间</p>
<p><strong>输出格式</strong> 对于每次询问输出个数t，如l或r∉[1,m]输出 ERRER</p>]]></description>
</item><item>
    <title>谁的程序更厉害？——时间复杂度浅谈</title>
    <link>https://nyan.best/2020/11/better-code-time-complexity/</link>
    <pubDate>Wed, 04 Nov 2020 15:44:14 &#43;0000</pubDate><author>
        <name>绫</name>
    </author><guid>https://nyan.best/2020/11/better-code-time-complexity/</guid>
    <description><![CDATA[<p>如果我让两个人为了解决同一个问题，写了两个不一样的程序，但是这两个程序都能办成同一件事，我应该选择谁的程序呢？</p>]]></description>
</item></channel>
</rss>
