<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Android Developer Blog - LeetCode Library</title>
    <description>This is a personal blog. Mail me if you want to use materials from it.</description>
    <link>https://dmitrysamoylenko.com/leetcode/</link>
    <atom:link href="https://dmitrysamoylenko.com/leetcode/feed.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>3499. Maximize Active Section with Trade I</title>
      <description>Max ones after replacing surrounding zeros</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-21-3499-maximize-active-section-with-trade-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-21-3499-maximize-active-section-with-trade-i/</guid>
      <pubDate>Tue, 21 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1260. Shift 2D Grid</title>
      <description>Shift right 2d grid</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-20-1260-shift-2d-grid/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-20-1260-shift-2d-grid/</guid>
      <pubDate>Mon, 20 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1081. Smallest Subsequence of Distinct Characters</title>
      <description>Smallest uniq-chars subsequence</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-19-1081-smallest-subsequence-of-distinct-characters/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-19-1081-smallest-subsequence-of-distinct-characters/</guid>
      <pubDate>Sun, 19 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1979. Find Greatest Common Divisor of Array</title>
      <description>GCD of min &amp; max</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-18-1979-find-greatest-common-divisor-of-array/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-18-1979-find-greatest-common-divisor-of-array/</guid>
      <pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3312. Sorted GCD Pair Queries</title>
      <description>Queries of position of gcd of every pair in a sorted order</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-17-3312-sorted-gcd-pair-queries/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-17-3312-sorted-gcd-pair-queries/</guid>
      <pubDate>Fri, 17 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3867. Sum of GCD of Formed Pairs</title>
      <description>Sum of gcd(min,max) of gcd(x, prefix max)</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-16-3867-sum-of-gcd-of-formed-pairs/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-16-3867-sum-of-gcd-of-formed-pairs/</guid>
      <pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3658. GCD of Odd and Even Sums</title>
      <description>Gcd of odds and evens</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-15-3658-gcd-of-odd-and-even-sums/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-15-3658-gcd-of-odd-and-even-sums/</guid>
      <pubDate>Wed, 15 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3336. Find the Number of Subsequences With Equal GCD</title>
      <description>Equal gcd subsequencies</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-14-3336-find-the-number-of-subsequences-with-equal-gcd/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-14-3336-find-the-number-of-subsequences-with-equal-gcd/</guid>
      <pubDate>Tue, 14 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1291. Sequential Digits</title>
      <description>Increasing digit numbers in a range</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-13-1291-sequential-digits/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-13-1291-sequential-digits/</guid>
      <pubDate>Mon, 13 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1331. Rank Transform of an Array</title>
      <description>Rank of items in an array</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-12-1331-rank-transform-of-an-array/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-12-1331-rank-transform-of-an-array/</guid>
      <pubDate>Sun, 12 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2685. Count the Number of Complete Components</title>
      <description>Fully connected components</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-11-2685-count-the-number-of-complete-components/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-11-2685-count-the-number-of-complete-components/</guid>
      <pubDate>Sat, 11 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3534. Path Existence Queries in a Graph II</title>
      <description>Queries of connected nodes shortest distances</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-10-3534-path-existence-queries-in-a-graph-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-10-3534-path-existence-queries-in-a-graph-ii/</guid>
      <pubDate>Fri, 10 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3532. Path Existence Queries in a Graph I</title>
      <description>Queries of connected nodes</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-09-3532-path-existence-queries-in-a-graph-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-09-3532-path-existence-queries-in-a-graph-i/</guid>
      <pubDate>Thu, 09 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3756. Concatenate Non-Zero Digits and Multiply by Sum II</title>
      <description>Queries of sum digits concat digits</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-08-3756-concatenate-non-zero-digits-and-multiply-by-sum-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-08-3756-concatenate-non-zero-digits-and-multiply-by-sum-ii/</guid>
      <pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3754. Concatenate Non-Zero Digits and Multiply by Sum I</title>
      <description>Sum digits concat digits</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-07-3754-concatenate-non-zero-digits-and-multiply-by-sum-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-07-3754-concatenate-non-zero-digits-and-multiply-by-sum-i/</guid>
      <pubDate>Tue, 07 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1288. Remove Covered Intervals</title>
      <description>Count non intersecting intervals</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-06-1288-remove-covered-intervals/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-06-1288-remove-covered-intervals/</guid>
      <pubDate>Mon, 06 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1301. Number of Paths with Max Score</title>
      <description>Count maximal paths</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-05-1301-number-of-paths-with-max-score/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-05-1301-number-of-paths-with-max-score/</guid>
      <pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2492. Minimum Score of a Path Between Two Cities</title>
      <description>Min in connected edges</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-04-2492-minimum-score-of-a-path-between-two-cities/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-04-2492-minimum-score-of-a-path-between-two-cities/</guid>
      <pubDate>Sat, 04 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3620. Network Recovery Pathways</title>
      <description>Max(min(paths)) in DAG</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-03-3620-network-recovery-pathways/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-03-3620-network-recovery-pathways/</guid>
      <pubDate>Fri, 03 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3286. Find a Safe Walk Through a Grid</title>
      <description>Path to bottom-right with health points</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-02-3286-find-a-safe-walk-through-a-grid/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-02-3286-find-a-safe-walk-through-a-grid/</guid>
      <pubDate>Thu, 02 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2812. Find the Safest Path in a Grid</title>
      <description>Safest path from ones</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-07-01-2812-find-the-safest-path-in-a-grid/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-07-01-2812-find-the-safest-path-in-a-grid/</guid>
      <pubDate>Wed, 01 Jul 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1358. Number of Substrings Containing All Three Characters</title>
      <description>Substrings with 3 letters</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-30-1358-number-of-substrings-containing-all-three-characters/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-30-1358-number-of-substrings-containing-all-three-characters/</guid>
      <pubDate>Tue, 30 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1967. Number of Strings That Appear as Substrings in Word</title>
      <description>N patterns in a word</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-29-1967-number-of-strings-that-appear-as-substrings-in-word/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-29-1967-number-of-strings-that-appear-as-substrings-in-word/</guid>
      <pubDate>Mon, 29 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1846. Maximum Element After Decreasing and Rearranging</title>
      <description>Max possible grow of +0 or +1</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-28-1846-maximum-element-after-decreasing-and-rearranging/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-28-1846-maximum-element-after-decreasing-and-rearranging/</guid>
      <pubDate>Sun, 28 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3020. Find the Maximum Number of Elements in Subset</title>
      <description>Powers of two symmetrical exponentially growing longest sequence length</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-27-3020-find-the-maximum-number-of-elements-in-subset/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-27-3020-find-the-maximum-number-of-elements-in-subset/</guid>
      <pubDate>Sat, 27 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3739. Count Subarrays With Majority Element II</title>
      <description>Subarrays with majority element</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-26-3739-count-subarrays-with-majority-element-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-26-3739-count-subarrays-with-majority-element-ii/</guid>
      <pubDate>Fri, 26 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3737. Count Subarrays With Majority Element I</title>
      <description>Subarrays with majority element</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-25-3737-count-subarrays-with-majority-element-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-25-3737-count-subarrays-with-majority-element-i/</guid>
      <pubDate>Thu, 25 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3700. Number of ZigZag Arrays II</title>
      <description>Ways to make l..r zigzag sequence</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-24-3700-number-of-zigzag-arrays-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-24-3700-number-of-zigzag-arrays-ii/</guid>
      <pubDate>Wed, 24 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3699. Number of ZigZag Arrays I</title>
      <description>Ways to make l..r zigzag sequence</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-23-3699-number-of-zigzag-arrays-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-23-3699-number-of-zigzag-arrays-i/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1189. Maximum Number of Balloons</title>
      <description>Count &quot;balloon&quot;s in stirng</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-22-1189-maximum-number-of-balloons/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-22-1189-maximum-number-of-balloons/</guid>
      <pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1833. Maximum Ice Cream Bars</title>
      <description>Max count by given coins</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-21-1833-maximum-ice-cream-bars/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-21-1833-maximum-ice-cream-bars/</guid>
      <pubDate>Sun, 21 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1840. Maximum Building Height</title>
      <description>Max growing height with restrictions</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-20-1840-maximum-building-height/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-20-1840-maximum-building-height/</guid>
      <pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1732. Find the Highest Altitude</title>
      <description>Max running sum</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-19-1732-find-the-highest-altitude/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-19-1732-find-the-highest-altitude/</guid>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1344. Angle Between Hands of a Clock</title>
      <description>Angle between clock arrows</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-18-1344-angle-between-hands-of-a-clock/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-18-1344-angle-between-hands-of-a-clock/</guid>
      <pubDate>Thu, 18 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3614. Process String with Special Operations II</title>
      <description>K-th char ina pattern-build a string, %-reverse, , -pop</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-17-3614-process-string-with-special-operations-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-17-3614-process-string-with-special-operations-ii/</guid>
      <pubDate>Wed, 17 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3612. Process String with Special Operations I</title>
      <description>Pattern-build a string, %-reverse, , -pop</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-16-3612-process-string-with-special-operations-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-16-3612-process-string-with-special-operations-i/</guid>
      <pubDate>Tue, 16 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2095. Delete the Middle Node of a Linked List</title>
      <description>Remove the middle of Linked LIst</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-15-2095-delete-the-middle-node-of-a-linked-list/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-15-2095-delete-the-middle-node-of-a-linked-list/</guid>
      <pubDate>Mon, 15 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2130. Maximum Twin Sum of a Linked List</title>
      <description>Max sum pairwise from tail</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-14-2130-maximum-twin-sum-of-a-linked-list/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-14-2130-maximum-twin-sum-of-a-linked-list/</guid>
      <pubDate>Sun, 14 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3838. Weighted Word Mapping</title>
      <description>Convert words to chars by weighting their sums and reversing</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-13-3838-weighted-word-mapping/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-13-3838-weighted-word-mapping/</guid>
      <pubDate>Sat, 13 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3559. Number of Ways to Assign Edge Weights II</title>
      <description>Ways to color the all queries paths a..b in tree</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-12-3559-number-of-ways-to-assign-edge-weights-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-12-3559-number-of-ways-to-assign-edge-weights-ii/</guid>
      <pubDate>Fri, 12 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3558. Number of Ways to Assign Edge Weights I</title>
      <description>Ways to color the deepest path in tree</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-11-3558-number-of-ways-to-assign-edge-weights-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-11-3558-number-of-ways-to-assign-edge-weights-i/</guid>
      <pubDate>Thu, 11 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3691. Maximum Total Subarray Value II</title>
      <description>sum k largest ranges max(l..r)-min(l..r)</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-10-3691-maximum-total-subarray-value-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-10-3691-maximum-total-subarray-value-ii/</guid>
      <pubDate>Wed, 10 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2574. Left and Right Sum Differences</title>
      <description>abs(prefix sum - suffix sum)</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-06-2574-left-and-right-sum-differences/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-06-2574-left-and-right-sum-differences/</guid>
      <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3753. Total Waviness of Numbers in Range II</title>
      <description>Count hills and valleys base10 in a..b</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-05-3753-total-waviness-of-numbers-in-range-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-05-3753-total-waviness-of-numbers-in-range-ii/</guid>
      <pubDate>Fri, 05 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3751. Total Waviness of Numbers in Range I</title>
      <description>Count hills and valleys base10 in a..b</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-04-3751-total-waviness-of-numbers-in-range-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-04-3751-total-waviness-of-numbers-in-range-i/</guid>
      <pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3635. Earliest Finish Time for Land and Water Rides II</title>
      <description>Min finish time of land + water single events</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-03-3635-earliest-finish-time-for-land-and-water-rides-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-03-3635-earliest-finish-time-for-land-and-water-rides-ii/</guid>
      <pubDate>Wed, 03 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3633. Earliest Finish Time for Land and Water Rides I</title>
      <description>Min finish time of land + water single events</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-02-3633-earliest-finish-time-for-land-and-water-rides-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-02-3633-earliest-finish-time-for-land-and-water-rides-i/</guid>
      <pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2144. Minimum Cost of Buying Candies With Discount</title>
      <description>Min sum taking 2 out of 3</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-06-01-2144-minimum-cost-of-buying-candies-with-discount/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-06-01-2144-minimum-cost-of-buying-candies-with-discount/</guid>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2126. Destroying Asteroids</title>
      <description>Can consume all asteroids smaller than running sum?</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-31-2126-destroying-asteroids/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-31-2126-destroying-asteroids/</guid>
      <pubDate>Sun, 31 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3161. Block Placement Queries</title>
      <description>Queries &apos;can place a gap after place an obstacle&apos;</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-30-3161-block-placement-queries/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-30-3161-block-placement-queries/</guid>
      <pubDate>Sat, 30 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3300. Minimum Element After Replacement With Digit Sum</title>
      <description>Min of digits sum</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-29-3300-minimum-element-after-replacement-with-digit-sum/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-29-3300-minimum-element-after-replacement-with-digit-sum/</guid>
      <pubDate>Fri, 29 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3093. Longest Common Suffix Queries</title>
      <description>Query common suffixes match</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-28-3093-longest-common-suffix-queries/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-28-3093-longest-common-suffix-queries/</guid>
      <pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3121. Count the Number of Special Characters II</title>
      <description>Count sorted characters</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-27-3121-count-the-number-of-special-characters-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-27-3121-count-the-number-of-special-characters-ii/</guid>
      <pubDate>Wed, 27 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3120. Count the Number of Special Characters I</title>
      <description>Count letters with both cases</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-26-3120-count-the-number-of-special-characters-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-26-3120-count-the-number-of-special-characters-i/</guid>
      <pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1871. Jump Game VII</title>
      <description>Can reach end jumping min..max to zeros</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-25-1871-jump-game-vii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-25-1871-jump-game-vii/</guid>
      <pubDate>Mon, 25 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1340. Jump Game V</title>
      <description>Max visited by jumping down in distance d</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-24-1340-jump-game-v/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-24-1340-jump-game-v/</guid>
      <pubDate>Sun, 24 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1752. Check if Array Is Sorted and Rotated</title>
      <description>Is array shifted and sorted?</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-23-1752-check-if-array-is-sorted-and-rotated/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-23-1752-check-if-array-is-sorted-and-rotated/</guid>
      <pubDate>Sat, 23 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>33. Search in Rotated Sorted Array</title>
      <description>Binary search in shifted array</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-22-33-search-in-rotated-sorted-array/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-22-33-search-in-rotated-sorted-array/</guid>
      <pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3043. Find the Length of the Longest Common Prefix</title>
      <description>Longest prefix of pairs</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-21-3043-find-the-length-of-the-longest-common-prefix/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-21-3043-find-the-length-of-the-longest-common-prefix/</guid>
      <pubDate>Thu, 21 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2657. Find the Prefix Common Array of Two Arrays</title>
      <description>Duplicates in prefixes</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-20-2657-find-the-prefix-common-array-of-two-arrays/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-20-2657-find-the-prefix-common-array-of-two-arrays/</guid>
      <pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2540. Minimum Common Value</title>
      <description>Min common of two sorted list</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-19-2540-minimum-common-value/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-19-2540-minimum-common-value/</guid>
      <pubDate>Tue, 19 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1345. Jump Game IV</title>
      <description>Min steps to reach end jumping to same value or left or right</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-18-1345-jump-game-iv/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-18-1345-jump-game-iv/</guid>
      <pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1306. Jump Game III</title>
      <description>Can reach 0 by jumping +a[i] - a[i]</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-17-1306-jump-game-iii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-17-1306-jump-game-iii/</guid>
      <pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>154. Find Minimum in Rotated Sorted Array II</title>
      <description>Binary search in shifted array with duplicates</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-16-154-find-minimum-in-rotated-sorted-array-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-16-154-find-minimum-in-rotated-sorted-array-ii/</guid>
      <pubDate>Sat, 16 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>153. Find Minimum in Rotated Sorted Array</title>
      <description>Binary search in shifted array</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-15-153-find-minimum-in-rotated-sorted-array/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-15-153-find-minimum-in-rotated-sorted-array/</guid>
      <pubDate>Fri, 15 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2784. Check if Array is Good</title>
      <description>Is combination 1..n,n</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-14-2784-check-if-array-is-good/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-14-2784-check-if-array-is-good/</guid>
      <pubDate>Thu, 14 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1674. Minimum Moves to Make Array Complementary</title>
      <description>Min changes 1..L to make complementary pair sum equal</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-13-1674-minimum-moves-to-make-array-complementary/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-13-1674-minimum-moves-to-make-array-complementary/</guid>
      <pubDate>Wed, 13 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1665. Minimum Initial Energy to Finish Tasks</title>
      <description>Energy for all tasks (spend, limit)</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-12-1665-minimum-initial-energy-to-finish-tasks/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-12-1665-minimum-initial-energy-to-finish-tasks/</guid>
      <pubDate>Tue, 12 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2553. Separate the Digits in an Array</title>
      <description>LIst of numbers to list of digits</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-11-2553-separate-the-digits-in-an-array/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-11-2553-separate-the-digits-in-an-array/</guid>
      <pubDate>Mon, 11 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2770. Maximum Number of Jumps to Reach the Last Index</title>
      <description>Max steps to reach end by jumps n[j]-n[i] in -t..t</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-10-2770-maximum-number-of-jumps-to-reach-the-last-index/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-10-2770-maximum-number-of-jumps-to-reach-the-last-index/</guid>
      <pubDate>Sun, 10 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1914. Cyclically Rotating a Grid</title>
      <description>Rotate matix layers by k</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-09-1914-cyclically-rotating-a-grid/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-09-1914-cyclically-rotating-a-grid/</guid>
      <pubDate>Sat, 09 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3629. Minimum Jumps to Reach End via Prime Teleportation</title>
      <description>Shortest path by prime factors</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-08-3629-minimum-jumps-to-reach-end-via-prime-teleportation/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-08-3629-minimum-jumps-to-reach-end-via-prime-teleportation/</guid>
      <pubDate>Fri, 08 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3660. Jump Game IX</title>
      <description>Max on path jumping left-up and right-down</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-07-3660-jump-game-ix/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-07-3660-jump-game-ix/</guid>
      <pubDate>Thu, 07 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1861. Rotating the Box</title>
      <description>Rotate and simulate gravity in matrix</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-06-1861-rotating-the-box/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-06-1861-rotating-the-box/</guid>
      <pubDate>Wed, 06 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>61. Rotate List</title>
      <description>Rotate linked list k steps</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-05-61-rotate-list/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-05-61-rotate-list/</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>48. Rotate Image</title>
      <description>Rotate square matrix</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-04-48-rotate-image/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-04-48-rotate-image/</guid>
      <pubDate>Mon, 04 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>796. Rotate String</title>
      <description>Match strings after rotation</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-03-796-rotate-string/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-03-796-rotate-string/</guid>
      <pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>788. Rotated Digits</title>
      <description>Count numbers in 0..n with mirrored digits 2-5 6-9, 0,1,8, but not 3,4,7</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-02-788-rotated-digits/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-02-788-rotated-digits/</guid>
      <pubDate>Sat, 02 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>396. Rotate Function</title>
      <description>Max rolling hash</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-05-01-396-rotate-function/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-05-01-396-rotate-function/</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3742. Maximum Path Score in a Grid</title>
      <description>Max right-bottom path value with at most k cost</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-30-3742-maximum-path-score-in-a-grid/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-30-3742-maximum-path-score-in-a-grid/</guid>
      <pubDate>Thu, 30 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3225. Maximum Score From Grid Operations</title>
      <description>Max sum adjacent to marked columns</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-29-3225-maximum-score-from-grid-operations/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-29-3225-maximum-score-from-grid-operations/</guid>
      <pubDate>Wed, 29 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2033. Minimum Operations to Make a Uni-Value Grid</title>
      <description>Min ops to make all numbers equal by +-X</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-28-2033-minimum-operations-to-make-a-uni-value-grid/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-28-2033-minimum-operations-to-make-a-uni-value-grid/</guid>
      <pubDate>Tue, 28 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1391. Check if There is a Valid Path in a Grid</title>
      <description>Path 0 to end on type-cells 2D grid</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-27-1391-check-if-there-is-a-valid-path-in-a-grid/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-27-1391-check-if-there-is-a-valid-path-in-a-grid/</guid>
      <pubDate>Mon, 27 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1559. Detect Cycles in 2D Grid</title>
      <description>Check cycle in 2D grid</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-26-1559-detect-cycles-in-2d-grid/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-26-1559-detect-cycles-in-2d-grid/</guid>
      <pubDate>Sun, 26 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3464. Maximize the Distance Between Points on a Square</title>
      <description>Max of minimum distnace between selected k points on square perimeter</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-25-3464-maximize-the-distance-between-points-on-a-square/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-25-3464-maximize-the-distance-between-points-on-a-square/</guid>
      <pubDate>Sat, 25 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2833. Furthest Point From Origin</title>
      <description>Max dist when replace with L or R</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-24-2833-furthest-point-from-origin/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-24-2833-furthest-point-from-origin/</guid>
      <pubDate>Fri, 24 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2615. Sum of Distances</title>
      <description>Sum of distances to each occurance</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-23-2615-sum-of-distances/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-23-2615-sum-of-distances/</guid>
      <pubDate>Thu, 23 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2452. Words Within Two Edits of Dictionary</title>
      <description>Words in dictionary with 2 edits</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-22-2452-words-within-two-edits-of-dictionary/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-22-2452-words-within-two-edits-of-dictionary/</guid>
      <pubDate>Wed, 22 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1722. Minimize Hamming Distance After Swap Operations</title>
      <description>Diff src vs target after rearrange by rules</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-21-1722-minimize-hamming-distance-after-swap-operations/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-21-1722-minimize-hamming-distance-after-swap-operations/</guid>
      <pubDate>Tue, 21 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2078. Two Furthest Houses With Different Colors</title>
      <description>Max distance between different numbers</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-20-2078-two-furthest-houses-with-different-colors/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-20-2078-two-furthest-houses-with-different-colors/</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1855. Maximum Distance Between a Pair of Values</title>
      <description>Max distance a[i] not greater than b[j] window</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-19-1855-maximum-distance-between-a-pair-of-values/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-19-1855-maximum-distance-between-a-pair-of-values/</guid>
      <pubDate>Sun, 19 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3783. Mirror Distance of an Integer</title>
      <description>Diff with reversal</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-18-3783-mirror-distance-of-an-integer/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-18-3783-mirror-distance-of-an-integer/</guid>
      <pubDate>Sat, 18 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3761. Minimum Absolute Distance Between Mirror Pairs</title>
      <description>Distance to prev mirror number</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-17-3761-minimum-absolute-distance-between-mirror-pairs/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-17-3761-minimum-absolute-distance-between-mirror-pairs/</guid>
      <pubDate>Fri, 17 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3488. Closest Equal Element Queries</title>
      <description>Shortest distances to the same values</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-16-3488-closest-equal-element-queries/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-16-3488-closest-equal-element-queries/</guid>
      <pubDate>Thu, 16 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2515. Shortest Distance to Target String in a Circular Array</title>
      <description>Distance to target</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-15-2515-shortest-distance-to-target-string-in-a-circular-array/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-15-2515-shortest-distance-to-target-string-in-a-circular-array/</guid>
      <pubDate>Wed, 15 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2463. Minimum Total Distance Traveled</title>
      <description>Shortest distances to travel robots to factories</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-14-2463-minimum-total-distance-traveled/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-14-2463-minimum-total-distance-traveled/</guid>
      <pubDate>Tue, 14 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1848. Minimum Distance to the Target Element</title>
      <description>Distance to target from start</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-13-1848-minimum-distance-to-the-target-element/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-13-1848-minimum-distance-to-the-target-element/</guid>
      <pubDate>Mon, 13 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1320. Minimum Distance to Type a Word Using Two Fingers</title>
      <description>Min travel on keyboard to type a word</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-12-1320-minimum-distance-to-type-a-word-using-two-fingers/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-12-1320-minimum-distance-to-type-a-word-using-two-fingers/</guid>
      <pubDate>Sun, 12 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3741. Minimum Distance Between Three Equal Elements II</title>
      <description>Min sum of distances between i,j,k of the same values</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-11-3741-minimum-distance-between-three-equal-elements-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-11-3741-minimum-distance-between-three-equal-elements-ii/</guid>
      <pubDate>Sat, 11 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3740. Minimum Distance Between Three Equal Elements I</title>
      <description>Min sum of distances between i,j,k of the same values</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-10-3740-minimum-distance-between-three-equal-elements-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-10-3740-minimum-distance-between-three-equal-elements-i/</guid>
      <pubDate>Fri, 10 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
  </channel>
</rss>
