<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Priority Queue - 标签 - zwyyy456&#39;s blog</title>
        <link>https://doit.tellm.eu.org/zh/tags/priority-queue/</link>
        <description>Priority Queue - 标签 - 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, 18 Jul 2023 22:19:17 &#43;0800</lastBuildDate><atom:link href="https://doit.tellm.eu.org/zh/tags/priority-queue/" rel="self" type="application/rss+xml" /><item>
    <title>1851. 包含每个查询的最小区间 (Hard)</title>
    <link>https://doit.tellm.eu.org/zh/1851.minimum-interval-to-include-each-query/</link>
    <pubDate>Tue, 18 Jul 2023 22:19:17 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/1851.minimum-interval-to-include-each-query/</guid>
    <description><![CDATA[1 问题描述[1851. 包含每个查询的最小区间] (Hard) 给你一个二维整数数组 intervals ，其中 intervals[i] = [leftᵢ, rightᵢ] 表示第 i 个区间开始于 le ftᵢ 、结]]></description>
</item><item>
    <title>373. 查找和最小的 K 对数字 (Medium)</title>
    <link>https://doit.tellm.eu.org/zh/373.find-k-pairs-with-smallest-sums/</link>
    <pubDate>Sat, 06 May 2023 16:28:36 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/373.find-k-pairs-with-smallest-sums/</guid>
    <description><![CDATA[1 问题描述373. 查找和最小的 K 对数字 (Medium) 给定两个以 升序排列 的整数数组 nums1 和 nums2, 以及 一个整数 k。 定义一对值 (u,v)，其中第一个元素来自 nums1]]></description>
</item><item>
    <title>743. 网络延迟时间 (Medium)</title>
    <link>https://doit.tellm.eu.org/zh/743.network-delay-time/</link>
    <pubDate>Sun, 12 Mar 2023 14:23:54 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/743.network-delay-time/</guid>
    <description><![CDATA[1 问题描述743. 网络延迟时间 (Medium) 有 n 个网络节点，标记为 1 到 n。 给你一个列表 times，表示信号经过 有向 边的传递时间。 times[i] = (uᵢ, vᵢ, wᵢ)]]></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>1792.最大平均通过率</title>
    <link>https://doit.tellm.eu.org/zh/1792.maximum-average-pass-ratio/</link>
    <pubDate>Mon, 20 Feb 2023 14:14:33 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/1792.maximum-average-pass-ratio/</guid>
    <description><![CDATA[1 问题描述1792. 最大平均通过率 (Medium) 一所学校里有一些班级，每个班级里有一些学生，现在每个班都会进行一场期末考试。给你一个二维数组 classes ，其中 classes[i] =]]></description>
</item><item>
    <title>1833.雪糕的最大数量</title>
    <link>https://doit.tellm.eu.org/zh/1833.maximum-ice-cream-bars/</link>
    <pubDate>Mon, 20 Feb 2023 10:14:22 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/1833.maximum-ice-cream-bars/</guid>
    <description><![CDATA[1 问题描述1833. 雪糕的最大数量 (Medium) 夏日炎炎，小男孩 Tony 想买一些雪糕消消暑。 商店中新到 n 支雪糕，用长度为 n 的数组 costs 表示雪糕的定价，其中 costs[i] 表示第]]></description>
</item><item>
    <title>1705.吃苹果的最大数目</title>
    <link>https://doit.tellm.eu.org/zh/1705.maximum-number-of-eaten-apples/</link>
    <pubDate>Wed, 15 Feb 2023 15:59:28 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/1705.maximum-number-of-eaten-apples/</guid>
    <description><![CDATA[1 问题描述1705.吃苹果的最大数目 中等 There is a special kind of apple tree that grows apples every day for n days. On the ith day, the tree grows apples[i] apples that will rot after days[i] days, that is on day i + days[i] the apples will be rotten and cannot be eaten. On some days,]]></description>
</item><item>
    <title>871.最低加油次数</title>
    <link>https://doit.tellm.eu.org/zh/871.minimum-number-of-refueling-stops/</link>
    <pubDate>Wed, 15 Feb 2023 15:12:14 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/871.minimum-number-of-refueling-stops/</guid>
    <description><![CDATA[1 问题描述871.最低加油次数 2 解题思路 2.1 动态规划对于这种有限次数，能看出来有递推关系的，可以考虑动态规划。 这里状态记为dp[i][j]，表]]></description>
</item></channel>
</rss>
