<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Difference Array - 标签 - zwyyy456&#39;s blog</title>
        <link>https://doit.tellm.eu.org/zh/tags/difference-array/</link>
        <description>Difference Array - 标签 - 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>Mon, 23 Oct 2023 11:17:08 &#43;0800</lastBuildDate><atom:link href="https://doit.tellm.eu.org/zh/tags/difference-array/" rel="self" type="application/rss+xml" /><item>
    <title>798. 得分最高的最小轮调 (Hard)</title>
    <link>https://doit.tellm.eu.org/zh/798.smallest-rotation-with-highest-score/</link>
    <pubDate>Mon, 23 Oct 2023 11:17:08 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/798.smallest-rotation-with-highest-score/</guid>
    <description><![CDATA[1 问题描述798. 得分最高的最小轮调 (Hard) 给你一个数组 nums，我们可以将它按一个非负整数 k 进行轮调，这样可以使数组变为 [nums[k], nums[k + 1], ... nums[nums.length - 1], nums[0], nums[1], ..., nums[k-1]]]]></description>
</item><item>
    <title>差分数组</title>
    <link>https://doit.tellm.eu.org/zh/difference_array/</link>
    <pubDate>Fri, 06 Oct 2023 17:50:12 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/difference_array/</guid>
    <description><![CDATA[1 介绍考虑原数组为 $[1, 3, 3, 5, 8]$，我们对相邻元素做差，用 $a_i - a_{i - 1}$，可以得到一个差分数组 $[1, 2, 0, 2, 3]$ $diff$，我们认为 $a_{-1}$ 为 $0$，因此]]></description>
</item></channel>
</rss>
