<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Dynamic Programming - 标签 - zwyyy456&#39;s blog</title>
        <link>https://doit.tellm.eu.org/zh/tags/dynamic-programming/</link>
        <description>Dynamic Programming - 标签 - zwyyy456&#39;s blog</description>
        <generator>Hugo -- gohugo.io</generator><language>zh</language><managingEditor>zwyyy456@hotmail.com (zwyyy456)</managingEditor>
            <webMaster>zwyyy456@hotmail.com (zwyyy456)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Tue, 17 Oct 2023 10:27:38 &#43;0800</lastBuildDate><atom:link href="https://doit.tellm.eu.org/zh/tags/dynamic-programming/" rel="self" type="application/rss+xml" /><item>
    <title>446. 等差数列划分 II - 子序列 (Hard)</title>
    <link>https://doit.tellm.eu.org/zh/446.arithmetic-slices-ii-subsequence/</link>
    <pubDate>Tue, 17 Oct 2023 10:27:38 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/446.arithmetic-slices-ii-subsequence/</guid>
    <description><![CDATA[1 问题描述446. 等差数列划分 II - 子序列 (Hard) 给你一个整数数组 nums ，返回 nums 中所有 等差子序列 的数目。 如果一个序列中 至少有三个元素 ，并且任意两个相邻元]]></description>
</item><item>
    <title>188. 买卖股票的最佳时机 IV (Hard)</title>
    <link>https://doit.tellm.eu.org/zh/188.best-time-to-buy-and-sell-stock-iv/</link>
    <pubDate>Thu, 05 Oct 2023 16:16:07 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/188.best-time-to-buy-and-sell-stock-iv/</guid>
    <description><![CDATA[1 问题描述188. 买卖股票的最佳时机 IV (Hard) 给你一个整数数组 prices 和一个整数 k ，其中 prices[i] 是某支给定的股票在第 i 天的价格。 设计一个算法来计算你所能获取的]]></description>
</item><item>
    <title>310. 最小高度树 (Medium)</title>
    <link>https://doit.tellm.eu.org/zh/310.minimum-height-trees/</link>
    <pubDate>Tue, 19 Sep 2023 14:15:49 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/310.minimum-height-trees/</guid>
    <description><![CDATA[1 问题描述310. 最小高度树 (Medium) 树是一个无向图，其中任何两个顶点只通过一条路径连接。换句话说，一个任何没有简单环路的连通图都是一棵 树。 给你一棵]]></description>
</item><item>
    <title>[828. 统计子串中的唯一字符] (Hard)</title>
    <link>https://doit.tellm.eu.org/zh/828.count-unique-characters-of-all-substrings-of-a-given-string/</link>
    <pubDate>Thu, 27 Jul 2023 09:30:41 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/828.count-unique-characters-of-all-substrings-of-a-given-string/</guid>
    <description><![CDATA[1 问题描述828. 统计子串中的唯一字符 (Hard) 我们定义了一个函数 countUniqueChars(s) 来统计字符串 s 中的唯一字符，并返回唯一字符的个数。 例如： s = &quot;LEETCODE&quot; ，则其中 &quot;L&quot;, &quot;T&quot;, &quot;C&quot;, &quot;O&quot;, &quot;D&quot;]]></description>
</item><item>
    <title>918. 环形子数组的最大和 (Medium)</title>
    <link>https://doit.tellm.eu.org/zh/918.maximum-sum-circular-subarray/</link>
    <pubDate>Thu, 20 Jul 2023 14:07:55 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/918.maximum-sum-circular-subarray/</guid>
    <description><![CDATA[1 问题描述918. 环形子数组的最大和 (Medium) 给定一个长度为 n 的 环形整数数组 nums ，返回nums 的非空 子数组 的最大可能和 。 环形数组 意味着数组的末端将会与]]></description>
</item><item>
    <title>834. 树中距离之和 (Hard)</title>
    <link>https://doit.tellm.eu.org/zh/834.sum-of-distances-in-tree/</link>
    <pubDate>Tue, 18 Jul 2023 10:09:33 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/834.sum-of-distances-in-tree/</guid>
    <description><![CDATA[1 问题描述834. 树中距离之和 (Hard) 给定一个无向、连通的树。树中有 n 个标记为 0...n-1 的节点以及 n-1 条边 。 给定整数 n 和数组 edges ， edges[i] = [aᵢ, bᵢ] 表示树中的]]></description>
</item><item>
    <title>741. 摘樱桃 (Hard)</title>
    <link>https://doit.tellm.eu.org/zh/741.cherry-pickup/</link>
    <pubDate>Wed, 21 Jun 2023 12:32:31 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/741.cherry-pickup/</guid>
    <description><![CDATA[1 问题描述741. 摘樱桃 (Hard) 给你一个 n x n 的网格 grid ，代表一块樱桃地，每个格子由以下三种数字的一种来表示： 0 表示这个格子是空的，所以你可以穿过它]]></description>
</item><item>
    <title>1595. 连通两组点的最小成本 (Hard)</title>
    <link>https://doit.tellm.eu.org/zh/1595.minimum-cost-to-connect-two-groups-of-points/</link>
    <pubDate>Wed, 21 Jun 2023 11:43:10 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/1595.minimum-cost-to-connect-two-groups-of-points/</guid>
    <description><![CDATA[1 问题描述1595. 连通两组点的最小成本 (Hard) 给你两组点，其中第一组中有 size₁ 个点，第二组中有 size₂ 个点，且 size₁ &gt;= size₂ 。 任意]]></description>
</item><item>
    <title>1494. 并行课程 II (Hard)</title>
    <link>https://doit.tellm.eu.org/zh/1494.parallel-courses-ii/</link>
    <pubDate>Fri, 16 Jun 2023 23:54:23 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/1494.parallel-courses-ii/</guid>
    <description><![CDATA[1 问题描述1494. 并行课程 II (Hard) 给你一个整数 n 表示某所大学里课程的数目，编号为 1 到 n ，数组 relations 中， relations[i] = [xᵢ, yᵢ] 表示一个先修课的关系，也就]]></description>
</item><item>
    <title>1483. 树节点的第 K 个祖先 (Hard)</title>
    <link>https://doit.tellm.eu.org/zh/1483.kth-ancestor-of-a-tree-node/</link>
    <pubDate>Mon, 12 Jun 2023 13:06:25 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/1483.kth-ancestor-of-a-tree-node/</guid>
    <description><![CDATA[1 问题描述1483. 树节点的第 K 个祖先 (Hard) 给你一棵树，树上有 n 个节点，按从 0 到 n-1 编号。树以父节点数组的形式给出，其中 parent[i] 是节点 i 的父节点。树的根]]></description>
</item></channel>
</rss>
