<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Greedy Algorithm - 标签 - zwyyy456&#39;s blog</title>
        <link>https://doit.tellm.eu.org/zh/tags/greedy-algorithm/</link>
        <description>Greedy Algorithm - 标签 - 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>Thu, 05 Oct 2023 18:28:13 &#43;0800</lastBuildDate><atom:link href="https://doit.tellm.eu.org/zh/tags/greedy-algorithm/" rel="self" type="application/rss+xml" /><item>
    <title>2136. 全部开花的最早一天 (Hard)</title>
    <link>https://doit.tellm.eu.org/zh/2136.earliest-possible-day-of-full-bloom/</link>
    <pubDate>Thu, 05 Oct 2023 18:28:13 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/2136.earliest-possible-day-of-full-bloom/</guid>
    <description><![CDATA[1 问题描述2136. 全部开花的最早一天 (Hard) 你有 n 枚花的种子。每枚种子必须先种下，才能开始生长、开花。播种需要时间，种子的生长也是如此。给你 两个]]></description>
</item><item>
    <title>2712. 使所有字符相等的最小成本 (Medium)</title>
    <link>https://doit.tellm.eu.org/zh/2712.minimum-cost-to-make-all-characters-equal/</link>
    <pubDate>Mon, 29 May 2023 11:57:51 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/2712.minimum-cost-to-make-all-characters-equal/</guid>
    <description><![CDATA[1 问题描述2712. 使所有字符相等的最小成本 (Medium) 给你一个下标从 0 开始、长度为 n 的二进制字符串 s ， 你可以对其执行两种操作： 选中一个下标 i 并且反转]]></description>
</item><item>
    <title>2071.你可以安排的最多任务数目 (Hard)</title>
    <link>https://doit.tellm.eu.org/zh/2071.maximum-number-of-tasks-you-can-assign/</link>
    <pubDate>Wed, 22 Mar 2023 19:49:22 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/2071.maximum-number-of-tasks-you-can-assign/</guid>
    <description><![CDATA[1 问题描述2071. 你可以安排的最多任务数目 (Hard) 给你 n 个任务和 m 个工人。每个任务需要一定的力量值才能完成，需要的力量值保存在下标从 0 开始的整数]]></description>
</item><item>
    <title>2383.赢得比赛需要的最少训练时长 (Easy)</title>
    <link>https://doit.tellm.eu.org/zh/2383.minimum-hours-of-training-to-win-a-competition/</link>
    <pubDate>Mon, 13 Mar 2023 09:34:38 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/2383.minimum-hours-of-training-to-win-a-competition/</guid>
    <description><![CDATA[1 问题描述2383. 赢得比赛需要的最少训练时长 (Easy) 你正在参加一场比赛，给你两个 正 整数 initialEnergy 和 initialExperience 分别表示你的初始精力和初始经验。 另给你两个下标从 0 开]]></description>
</item><item>
    <title>1405.最长快乐字符串</title>
    <link>https://doit.tellm.eu.org/zh/1405.longest-happy-string/</link>
    <pubDate>Wed, 01 Mar 2023 19:29:54 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/1405.longest-happy-string/</guid>
    <description><![CDATA[1 问题描述1405. 最长快乐字符串 (Medium) 如果字符串中不含有任何 'aaa'， 'bbb' 或 'ccc' 这样的字符串作为子串，那么该字符串就是一个「快乐字符串」。 给你三]]></description>
</item><item>
    <title>524.通过删除字母匹配到字典里最长单词</title>
    <link>https://doit.tellm.eu.org/zh/524.longest-word-in-dictionary-through-deleting/</link>
    <pubDate>Tue, 28 Feb 2023 16:26:27 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/524.longest-word-in-dictionary-through-deleting/</guid>
    <description><![CDATA[1 问题描述524. 通过删除字母匹配到字典里最长单词 (Medium) 给你一个字符串 s 和一个字符串数组 dictionary ，找出并返回 dictionary 中最长的字符串，该字符串可以通过删除 s 中]]></description>
</item><item>
    <title>179.最大数</title>
    <link>https://doit.tellm.eu.org/zh/179.largest-number/</link>
    <pubDate>Tue, 28 Feb 2023 10:13:09 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/179.largest-number/</guid>
    <description><![CDATA[1 问题描述179. 最大数 (Medium) 给定一组非负整数 nums，重新排列每个数的顺序（每个数不可拆分）使之组成一个最大的整数。 注意： 输出结果可能非常大，]]></description>
</item><item>
    <title>765.情侣牵手</title>
    <link>https://doit.tellm.eu.org/zh/765.couples-holding-hands/</link>
    <pubDate>Mon, 27 Feb 2023 16:39:36 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/765.couples-holding-hands/</guid>
    <description><![CDATA[1 问题描述765. 情侣牵手 (Hard) n 对情侣坐在连续排列的 2n 个座位上，想要牵到对方的手。 人和座位由一个整数数组 row 表示，其中 row[i] 是坐在第 i 个座位上的人的]]></description>
</item><item>
    <title>2170.使数组变成交替数组的最少操作数</title>
    <link>https://doit.tellm.eu.org/zh/2170.minimum-operations-to-make-the-array-alternating/</link>
    <pubDate>Mon, 27 Feb 2023 15:38:06 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/2170.minimum-operations-to-make-the-array-alternating/</guid>
    <description><![CDATA[1 问题描述2170. 使数组变成交替数组的最少操作数 (Medium) 给你一个下标从 0 开始的数组 nums ，该数组由 n 个正整数组成。 如果满足下述条件，则数组 nums 是一个 交]]></description>
</item><item>
    <title>1144.递减元素使数组呈锯齿状</title>
    <link>https://doit.tellm.eu.org/zh/1144.decrease-elements-to-make-array-zigzag/</link>
    <pubDate>Mon, 27 Feb 2023 15:28:29 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/1144.decrease-elements-to-make-array-zigzag/</guid>
    <description><![CDATA[1 问题描述1144. 递减元素使数组呈锯齿状 (Medium) 给你一个整数数组 nums，每次 操作 会从中选择一个元素并 将该元素的值减少 1。 如果符合下列情况之一，]]></description>
</item></channel>
</rss>
