<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Memorized Search - 标签 - zwyyy456&#39;s blog</title>
        <link>https://doit.tellm.eu.org/zh/tags/memorized-search/</link>
        <description>Memorized Search - 标签 - 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, 14 Mar 2023 14:39:52 &#43;0800</lastBuildDate><atom:link href="https://doit.tellm.eu.org/zh/tags/memorized-search/" rel="self" type="application/rss+xml" /><item>
    <title>1976.到达目的地的方案数 (Medium)</title>
    <link>https://doit.tellm.eu.org/zh/1976.number-of-ways-to-arrive-at-destination/</link>
    <pubDate>Tue, 14 Mar 2023 14:39:52 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/1976.number-of-ways-to-arrive-at-destination/</guid>
    <description><![CDATA[1 问题描述1976. 到达目的地的方案数 (Medium) 你在一个城市里，城市由 n 个路口组成，路口编号为 0 到 n - 1 ，某些路口之间有 双向 道路。输入保证你可以从任]]></description>
</item><item>
    <title>787.K 站中转内最便宜的航班 (Medium)</title>
    <link>https://doit.tellm.eu.org/zh/787.cheapest-flights-within-k-stops/</link>
    <pubDate>Mon, 13 Mar 2023 14:14:59 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/787.cheapest-flights-within-k-stops/</guid>
    <description><![CDATA[1 问题描述787. K 站中转内最便宜的航班 (Medium) 有 n 个城市通过一些航班连接。给你一个数组 flights ，其中 flights[i] = [fromᵢ, toᵢ, priceᵢ] ，表示该航]]></description>
</item><item>
    <title>1786. 从第一个节点出发到最后一个节点的受限路径数 (Medium)</title>
    <link>https://doit.tellm.eu.org/zh/1786.number-of-restricted-paths-from-first-to-last-node/</link>
    <pubDate>Mon, 13 Mar 2023 13:27:56 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/1786.number-of-restricted-paths-from-first-to-last-node/</guid>
    <description><![CDATA[1 问题描述1786. 从第一个节点出发到最后一个节点的受限路径数 (Medium) 现有一个加权无向连通图。给你一个正整数 n ，表示图中有 n 个节点，并按从 1 到 n 给]]></description>
</item><item>
    <title>1223.掷骰子模拟 (Hard)</title>
    <link>https://doit.tellm.eu.org/zh/1223.dice-roll-simulation/</link>
    <pubDate>Fri, 03 Mar 2023 16:46:15 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/1223.dice-roll-simulation/</guid>
    <description><![CDATA[1 问题描述1223. 掷骰子模拟 (Hard) 有一个骰子模拟器会每次投掷的时候生成一个 1 到 6 的随机数。 不过我们在使用它时有个约束，就是使得投掷骰子时， 连续]]></description>
</item><item>
    <title>464.我能赢吗 (Medium)</title>
    <link>https://doit.tellm.eu.org/zh/464.can-i-win/</link>
    <pubDate>Thu, 02 Mar 2023 16:56:06 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/464.can-i-win/</guid>
    <description><![CDATA[1 问题描述464. 我能赢吗 (Medium) 在 &ldquo;100 game&rdquo; 这个游戏中，两名玩家轮流选择从 1 到 10 的任意整数，累计整数和，先使得累计整数和 达到或超过 100 的玩家，即为胜者。]]></description>
</item><item>
    <title>403.青蛙过河</title>
    <link>https://doit.tellm.eu.org/zh/403.frog-jump/</link>
    <pubDate>Wed, 01 Mar 2023 15:08:15 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/403.frog-jump/</guid>
    <description><![CDATA[1 问题描述403. 青蛙过河 (Hard) 一只青蛙想要过河。 假定河流被等分为若干个单元格，并且在每一个单元格内都有可能放有一块石子（也有可能没有）。 青蛙可]]></description>
</item><item>
    <title>1140.石子游戏 II</title>
    <link>https://doit.tellm.eu.org/zh/1140.stone-game-ii/</link>
    <pubDate>Mon, 27 Feb 2023 16:01:27 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/1140.stone-game-ii/</guid>
    <description><![CDATA[1 问题描述1140. 石子游戏 II (Medium) 爱丽丝和鲍勃继续他们的石子游戏。许多堆石子 排成一行，每堆都有正整数颗石子 piles[i]。游戏以谁手中的石子]]></description>
</item><item>
    <title>312.戳气球</title>
    <link>https://doit.tellm.eu.org/zh/312.burst-balloons/</link>
    <pubDate>Fri, 24 Feb 2023 09:26:08 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/312.burst-balloons/</guid>
    <description><![CDATA[1 问题描述312. 戳气球 (Hard) 有 n 个气球，编号为 0 到 n - 1，每个气球上都标有一个数字，这些数字存在数组 nums 中。 现在要求你戳破所有的气球。戳破第 i 个]]></description>
</item></channel>
</rss>
