
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Vegetog&#39;s Blog</title>
      <link>https://blog.vegetog.com/blog</link>
      <description>daily routine and something</description>
      <language>zh-CN</language>
      <managingEditor>undefined (Vegetog)</managingEditor>
      <webMaster>undefined (Vegetog)</webMaster>
      <lastBuildDate>Thu, 25 Jul 2024 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://blog.vegetog.com/tags/acm/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://blog.vegetog.com/blog/DSU</guid>
    <title>并查集（进阶）</title>
    <link>https://blog.vegetog.com/blog/DSU</link>
    <description>带权并查集、扩展域并查集</description>
    <pubDate>Thu, 25 Jul 2024 00:00:00 GMT</pubDate>
    <author>undefined (Vegetog)</author>
    <category>DSU</category><category>ACM</category>
  </item>

  <item>
    <guid>https://blog.vegetog.com/blog/acm1</guid>
    <title>DP问题转化为图论问题</title>
    <link>https://blog.vegetog.com/blog/acm1</link>
    <description>小范围DP转化为图论</description>
    <pubDate>Fri, 12 Apr 2024 00:00:00 GMT</pubDate>
    <author>undefined (Vegetog)</author>
    <category>DP</category><category>graph</category><category>ACM</category>
  </item>

  <item>
    <guid>https://blog.vegetog.com/blog/acm2</guid>
    <title>线段与区间</title>
    <link>https://blog.vegetog.com/blog/acm2</link>
    <description>线段与区间</description>
    <pubDate>Sat, 27 Apr 2024 00:00:00 GMT</pubDate>
    <author>undefined (Vegetog)</author>
    <category>区间</category><category>ACM</category>
  </item>

  <item>
    <guid>https://blog.vegetog.com/blog/acm3</guid>
    <title>平面直角坐标系的斜线移动</title>
    <link>https://blog.vegetog.com/blog/acm3</link>
    <description>及多点的曼哈顿距离的处理</description>
    <pubDate>Mon, 01 Jul 2024 00:00:00 GMT</pubDate>
    <author>undefined (Vegetog)</author>
    <category>平面直角坐标系</category><category>曼哈顿距离</category><category>ACM</category>
  </item>

  <item>
    <guid>https://blog.vegetog.com/blog/acm4</guid>
    <title>多限制条件的处理</title>
    <link>https://blog.vegetog.com/blog/acm4</link>
    <description>以简单的双限制条件为例</description>
    <pubDate>Mon, 29 Jul 2024 00:00:00 GMT</pubDate>
    <author>undefined (Vegetog)</author>
    <category>技巧</category><category>ACM</category>
  </item>

  <item>
    <guid>https://blog.vegetog.com/blog/atc1</guid>
    <title>竞争性编程的黄金法则 - 练习题(1)</title>
    <link>https://blog.vegetog.com/blog/atc1</link>
    <description>算法和计算复杂度（问题A01-A05/B01-B04）</description>
    <pubDate>Wed, 24 Jan 2024 00:00:00 GMT</pubDate>
    <author>undefined (Vegetog)</author>
    <category>AtCoder</category><category>ACM</category>
  </item>

  <item>
    <guid>https://blog.vegetog.com/blog/atc2</guid>
    <title>竞争性编程的黄金法则 - 练习题(2)</title>
    <link>https://blog.vegetog.com/blog/atc2</link>
    <description>累积和（问题A06～A10／B06～B09）</description>
    <pubDate>Thu, 25 Jan 2024 00:00:00 GMT</pubDate>
    <author>undefined (Vegetog)</author>
    <category>AtCoder</category><category>前缀和、差分</category><category>ACM</category>
  </item>

  <item>
    <guid>https://blog.vegetog.com/blog/atc3</guid>
    <title>竞争性编程的黄金法则 - 练习题(3)</title>
    <link>https://blog.vegetog.com/blog/atc3</link>
    <description>二分搜索（问题 A11~A15/B11~B14）</description>
    <pubDate>Sat, 27 Jan 2024 00:00:00 GMT</pubDate>
    <author>undefined (Vegetog)</author>
    <category>AtCoder</category><category>二分、搜索</category><category>ACM</category>
  </item>

  <item>
    <guid>https://blog.vegetog.com/blog/dp1</guid>
    <title>背包问题</title>
    <link>https://blog.vegetog.com/blog/dp1</link>
    <description>背包例题归纳</description>
    <pubDate>Thu, 18 Apr 2024 00:00:00 GMT</pubDate>
    <author>undefined (Vegetog)</author>
    <category>DP</category><category>背包</category><category>ACM</category>
  </item>

  <item>
    <guid>https://blog.vegetog.com/blog/dp2</guid>
    <title>单调队列优化 DP</title>
    <link>https://blog.vegetog.com/blog/dp2</link>
    <description>单调队列优化在DP中的使用</description>
    <pubDate>Tue, 12 Mar 2024 00:00:00 GMT</pubDate>
    <author>undefined (Vegetog)</author>
    <category>DP</category><category>单调队列</category><category>ACM</category>
  </item>

  <item>
    <guid>https://blog.vegetog.com/blog/dp4</guid>
    <title>DP:状态转移的设计</title>
    <link>https://blog.vegetog.com/blog/dp4</link>
    <description>如何得出一个较为合理的转移方程</description>
    <pubDate>Mon, 05 Aug 2024 00:00:00 GMT</pubDate>
    <author>undefined (Vegetog)</author>
    <category>DP</category><category>ACM</category>
  </item>

  <item>
    <guid>https://blog.vegetog.com/blog/dp5</guid>
    <title>概率DP</title>
    <link>https://blog.vegetog.com/blog/dp5</link>
    <description>概率的递推符合DP的递推思想</description>
    <pubDate>Fri, 02 Aug 2024 00:00:00 GMT</pubDate>
    <author>undefined (Vegetog)</author>
    <category>DP</category><category>ACM</category>
  </item>

  <item>
    <guid>https://blog.vegetog.com/blog/hdu-2024-1</guid>
    <title>2024“钉耙编程”中国大学生算法设计超级联赛1</title>
    <link>https://blog.vegetog.com/blog/hdu-2024-1</link>
    <description>1002、1008、1001</description>
    <pubDate>Fri, 19 Jul 2024 00:00:00 GMT</pubDate>
    <author>undefined (Vegetog)</author>
    <category>多校</category><category>ACM</category>
  </item>

  <item>
    <guid>https://blog.vegetog.com/blog/nowcoder-2024-1</guid>
    <title>2024牛客暑期多校训练营1</title>
    <link>https://blog.vegetog.com/blog/nowcoder-2024-1</link>
    <description>A、B、C、H、I</description>
    <pubDate>Wed, 17 Jul 2024 00:00:00 GMT</pubDate>
    <author>undefined (Vegetog)</author>
    <category>多校</category><category>ACM</category>
  </item>

  <item>
    <guid>https://blog.vegetog.com/blog/nowcoder-2024-2</guid>
    <title>2024牛客暑期多校训练营2</title>
    <link>https://blog.vegetog.com/blog/nowcoder-2024-2</link>
    <description>E、C、H、B</description>
    <pubDate>Fri, 19 Jul 2024 00:00:00 GMT</pubDate>
    <author>undefined (Vegetog)</author>
    <category>多校</category><category>ACM</category>
  </item>

  <item>
    <guid>https://blog.vegetog.com/blog/segment_tree</guid>
    <title>线段树</title>
    <link>https://blog.vegetog.com/blog/segment_tree</link>
    <description>单点修改与区间修改</description>
    <pubDate>Wed, 10 Jul 2024 00:00:00 GMT</pubDate>
    <author>undefined (Vegetog)</author>
    <category>线段树</category><category>数据结构</category><category>ACM</category>
  </item>

  <item>
    <guid>https://blog.vegetog.com/blog/trie</guid>
    <title>字典树</title>
    <link>https://blog.vegetog.com/blog/trie</link>
    <description>Trie与01Trie</description>
    <pubDate>Mon, 01 Jul 2024 00:00:00 GMT</pubDate>
    <author>undefined (Vegetog)</author>
    <category>字典树</category><category>数据结构</category><category>ACM</category>
  </item>

    </channel>
  </rss>
