<?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>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>
    
    <item>
      <title>3655. XOR After Range Multiplication Queries II</title>
      <description>Run stepped multiplication queries</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-09-3655-xor-after-range-multiplication-queries-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-09-3655-xor-after-range-multiplication-queries-ii/</guid>
      <pubDate>Thu, 09 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3653. XOR After Range Multiplication Queries I</title>
      <description>Run queries</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-08-3653-xor-after-range-multiplication-queries-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-08-3653-xor-after-range-multiplication-queries-i/</guid>
      <pubDate>Wed, 08 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2069. Walking Robot Simulation II</title>
      <description>Implement perimeter-robot</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-07-2069-walking-robot-simulation-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-07-2069-walking-robot-simulation-ii/</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>874. Walking Robot Simulation</title>
      <description>Farthest robot movement</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-06-874-walking-robot-simulation/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-06-874-walking-robot-simulation/</guid>
      <pubDate>Mon, 06 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>657. Robot Return to Origin</title>
      <description>R,L,U,D return to 0 in XY plane</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-05-657-robot-return-to-origin/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-05-657-robot-return-to-origin/</guid>
      <pubDate>Sun, 05 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2075. Decode the Slanted Ciphertext</title>
      <description>Decode row-encoded string</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-04-2075-decode-the-slanted-ciphertext/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-04-2075-decode-the-slanted-ciphertext/</guid>
      <pubDate>Sat, 04 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3661. Maximum Walls Destroyed by Robots</title>
      <description>Max walls hit, each robot shoot left or right</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-03-3661-maximum-walls-destroyed-by-robots/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-03-3661-maximum-walls-destroyed-by-robots/</guid>
      <pubDate>Fri, 03 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3418. Maximum Amount of Money Robot Can Earn</title>
      <description>Max sum path, 2 skips allowed</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-02-3418-maximum-amount-of-money-robot-can-earn/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-02-3418-maximum-amount-of-money-robot-can-earn/</guid>
      <pubDate>Thu, 02 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2751. Robot Collisions</title>
      <description>Collide LR robots</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-04-01-2751-robot-collisions/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-04-01-2751-robot-collisions/</guid>
      <pubDate>Wed, 01 Apr 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3474. Lexicographically Smallest Generated String</title>
      <description>String from pattern matches</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-31-3474-lexicographically-smallest-generated-string/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-31-3474-lexicographically-smallest-generated-string/</guid>
      <pubDate>Tue, 31 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2840. Check if Strings Can be Made Equal With Operations II</title>
      <description>Strings equal at odd-even positions</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-30-2840-check-if-strings-can-be-made-equal-with-operations-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-30-2840-check-if-strings-can-be-made-equal-with-operations-ii/</guid>
      <pubDate>Mon, 30 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2839. Check if Strings Can be Made Equal With Operations I</title>
      <description>Match a and b at (0|2,1|3) positions</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-29-2839-check-if-strings-can-be-made-equal-with-operations-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-29-2839-check-if-strings-can-be-made-equal-with-operations-i/</guid>
      <pubDate>Sun, 29 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2573. Find the String with LCP</title>
      <description>Build string from longest common prefixes matrix</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-28-2573-find-the-string-with-lcp/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-28-2573-find-the-string-with-lcp/</guid>
      <pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2946. Matrix Similarity After Cyclic Shifts</title>
      <description>Shift rows k times left and right</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-27-2946-matrix-similarity-after-cyclic-shifts/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-27-2946-matrix-similarity-after-cyclic-shifts/</guid>
      <pubDate>Fri, 27 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3548. Equal Sum Grid Partition II</title>
      <description>Cut matrix in half sums, can remove one cell</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-26-3548-equal-sum-grid-partition-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-26-3548-equal-sum-grid-partition-ii/</guid>
      <pubDate>Thu, 26 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3546. Equal Sum Grid Partition I</title>
      <description>Split matrix to equal sums</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-25-3546-equal-sum-grid-partition-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-25-3546-equal-sum-grid-partition-i/</guid>
      <pubDate>Wed, 25 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2906. Construct Product Matrix</title>
      <description>Product of other cells in a matrix</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-24-2906-construct-product-matrix/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-24-2906-construct-product-matrix/</guid>
      <pubDate>Tue, 24 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1594. Maximum Non Negative Product in a Matrix</title>
      <description>Max product path right-down</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-23-1594-maximum-non-negative-product-in-a-matrix/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-23-1594-maximum-non-negative-product-in-a-matrix/</guid>
      <pubDate>Mon, 23 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1886. Determine Whether Matrix Can Be Obtained By Rotation</title>
      <description>Rotate matrix</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-22-1886-determine-whether-matrix-can-be-obtained-by-rotation/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-22-1886-determine-whether-matrix-can-be-obtained-by-rotation/</guid>
      <pubDate>Sun, 22 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3643. Flip Square Submatrix Vertically</title>
      <description>Reverse submatrix k by k</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-21-3643-flip-square-submatrix-vertically/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-21-3643-flip-square-submatrix-vertically/</guid>
      <pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3567. Minimum Absolute Difference in Sliding Submatrix</title>
      <description>Mid diffs in k k submatrices</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-20-3567-minimum-absolute-difference-in-sliding-submatrix/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-20-3567-minimum-absolute-difference-in-sliding-submatrix/</guid>
      <pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3212. Count Submatrices With Equal Frequency of X and Y</title>
      <description>Count prefix freq X == freq Y</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-19-3212-count-submatrices-with-equal-frequency-of-x-and-y/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-19-3212-count-submatrices-with-equal-frequency-of-x-and-y/</guid>
      <pubDate>Thu, 19 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3070. Count Submatrices with Top-Left Element and Sum Less Than k</title>
      <description>Count prefix sums less than K</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-18-3070-count-submatrices-with-top-left-element-and-sum-less-than-k/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-18-3070-count-submatrices-with-top-left-element-and-sum-less-than-k/</guid>
      <pubDate>Wed, 18 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1727. Largest Submatrix With Rearrangements</title>
      <description>Max area of binary matrix, swap columns</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-17-1727-largest-submatrix-with-rearrangements/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-17-1727-largest-submatrix-with-rearrangements/</guid>
      <pubDate>Tue, 17 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1878. Get Biggest Three Rhombus Sums in a Grid</title>
      <description>Top 3 rhombus sums</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-16-1878-get-biggest-three-rhombus-sums-in-a-grid/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-16-1878-get-biggest-three-rhombus-sums-in-a-grid/</guid>
      <pubDate>Mon, 16 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1622. Fancy Sequence</title>
      <description>Design: add number, mulriply all, add all</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-15-1622-fancy-sequence/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-15-1622-fancy-sequence/</guid>
      <pubDate>Sun, 15 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1415. The k-th Lexicographical String of All Happy Strings of Length n</title>
      <description>K-th generated abc non-repeating string</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-14-1415-the-k-th-lexicographical-string-of-all-happy-strings-of-length-n/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-14-1415-the-k-th-lexicographical-string-of-all-happy-strings-of-length-n/</guid>
      <pubDate>Sat, 14 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3296. Minimum Number of Seconds to Make Mountain Height Zero</title>
      <description>Min steps to work a mountain with arithmetic-sum-workers</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-13-3296-minimum-number-of-seconds-to-make-mountain-height-zero/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-13-3296-minimum-number-of-seconds-to-make-mountain-height-zero/</guid>
      <pubDate>Fri, 13 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3600. Maximize Spanning Tree Stability with Upgrades</title>
      <description>Max of min values in span tree of graph, 2 s at most k</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-12-3600-maximize-spanning-tree-stability-with-upgrades/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-12-3600-maximize-spanning-tree-stability-with-upgrades/</guid>
      <pubDate>Thu, 12 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1009. Complement of Base 10 Integer</title>
      <description>Invert binary</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-11-1009-complement-of-base-10-integer/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-11-1009-complement-of-base-10-integer/</guid>
      <pubDate>Wed, 11 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3130. Find All Possible Stable Binary Arrays II</title>
      <description>array to make with z zeros, o ones, l repeats</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-10-3130-find-all-possible-stable-binary-arrays-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-10-3130-find-all-possible-stable-binary-arrays-ii/</guid>
      <pubDate>Tue, 10 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3129. Find All Possible Stable Binary Arrays I</title>
      <description>Count 01-arrays with z zeros, o ones, at most l repeat</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-09-3129-find-all-possible-stable-binary-arrays-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-09-3129-find-all-possible-stable-binary-arrays-i/</guid>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1980. Find Unique Binary String</title>
      <description>Uniq bits not in a set</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-08-1980-find-unique-binary-string/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-08-1980-find-unique-binary-string/</guid>
      <pubDate>Sun, 08 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1888. Minimum Number of Flips to Make the Binary String Alternating</title>
      <description>Min flips to make 01 alterating string sum window</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-07-1888-minimum-number-of-flips-to-make-the-binary-string-alternating/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-07-1888-minimum-number-of-flips-to-make-the-binary-string-alternating/</guid>
      <pubDate>Sat, 07 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1784. Check if Binary String Has at Most One Segment of Ones</title>
      <description>+0 pattern</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-06-1784-check-if-binary-string-has-at-most-one-segment-of-ones/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-06-1784-check-if-binary-string-has-at-most-one-segment-of-ones/</guid>
      <pubDate>Fri, 06 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1758. Minimum Changes To Make Alternating Binary String</title>
      <description>Min flips to make bits alterating</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-05-1758-minimum-changes-to-make-alternating-binary-string/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-05-1758-minimum-changes-to-make-alternating-binary-string/</guid>
      <pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1582. Special Positions in a Binary Matrix</title>
      <description>Count single 1-row-column</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-08-04-1582-special-positions-in-a-binary-matrix/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-08-04-1582-special-positions-in-a-binary-matrix/</guid>
      <pubDate>Tue, 04 Aug 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1545. Find Kth Bit in Nth Binary String</title>
      <description>Kth bit in s=s+1+inv(rev(s)) sequence</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-03-1545-find-kth-bit-in-nth-binary-string/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-03-1545-find-kth-bit-in-nth-binary-string/</guid>
      <pubDate>Tue, 03 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1536. Minimum Swaps to Arrange a Binary Grid</title>
      <description>Min rows swaps to zero above diagonal</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-02-1536-minimum-swaps-to-arrange-a-binary-grid/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-02-1536-minimum-swaps-to-arrange-a-binary-grid/</guid>
      <pubDate>Mon, 02 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1689. Partitioning Into Minimum Number Of Deci-Binary Numbers</title>
      <description>Min 01-strings add up to target</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-03-01-1689-partitioning-into-minimum-number-of-deci-binary-numbers/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-03-01-1689-partitioning-into-minimum-number-of-deci-binary-numbers/</guid>
      <pubDate>Sun, 01 Mar 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1680. Concatenation of Consecutive Binary Numbers</title>
      <description>Concat binaries 1..n</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-28-1680-concatenation-of-consecutive-binary-numbers/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-28-1680-concatenation-of-consecutive-binary-numbers/</guid>
      <pubDate>Sat, 28 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3666. Minimum Operations to Equalize Binary String</title>
      <description>Min steps to convert 01 stirng to ones flipping K</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-27-3666-minimum-operations-to-equalize-binary-string/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-27-3666-minimum-operations-to-equalize-binary-string/</guid>
      <pubDate>Fri, 27 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1404. Number of Steps to Reduce a Number in Binary Representation to One</title>
      <description>Ops /2+1 to make 1</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-26-1404-number-of-steps-to-reduce-a-number-in-binary-representation-to-one/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-26-1404-number-of-steps-to-reduce-a-number-in-binary-representation-to-one/</guid>
      <pubDate>Thu, 26 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1356. Sort Integers by The Number of 1 Bits</title>
      <description>Sort</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-25-1356-sort-integers-by-the-number-of-1-bits/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-25-1356-sort-integers-by-the-number-of-1-bits/</guid>
      <pubDate>Wed, 25 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1022. Sum of Root To Leaf Binary Numbers</title>
      <description>Sum of a binary numbers in a binary tree</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-24-1022-sum-of-root-to-leaf-binary-numbers/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-24-1022-sum-of-root-to-leaf-binary-numbers/</guid>
      <pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1461. Check If a String Contains All Binary Codes of Size K</title>
      <description>All numbers as substring length of k window</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-23-1461-check-if-a-string-contains-all-binary-codes-of-size-k/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-23-1461-check-if-a-string-contains-all-binary-codes-of-size-k/</guid>
      <pubDate>Mon, 23 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>868. Binary Gap</title>
      <description>Distance between onces in a binary</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-22-868-binary-gap/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-22-868-binary-gap/</guid>
      <pubDate>Sun, 22 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>762. Prime Number of Set Bits in Binary Representation</title>
      <description>Number in l..r with prime bits count</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-21-762-prime-number-of-set-bits-in-binary-representation/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-21-762-prime-number-of-set-bits-in-binary-representation/</guid>
      <pubDate>Sat, 21 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>761. Special Binary String</title>
      <description>Swaps of 1M0-special substring to make string large</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-20-761-special-binary-string/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-20-761-special-binary-string/</guid>
      <pubDate>Fri, 20 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>696. Count Binary Substrings</title>
      <description>Count substrings of 01 and 10 window</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-19-696-count-binary-substrings/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-19-696-count-binary-substrings/</guid>
      <pubDate>Thu, 19 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>693. Binary Number with Alternating Bits</title>
      <description>Alternating bits</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-18-693-binary-number-with-alternating-bits/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-18-693-binary-number-with-alternating-bits/</guid>
      <pubDate>Wed, 18 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>401. Binary Watch</title>
      <description>All times with count bits set</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-17-401-binary-watch/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-17-401-binary-watch/</guid>
      <pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>190. Reverse Bits</title>
      <description>Reverse bits</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-16-190-reverse-bits/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-16-190-reverse-bits/</guid>
      <pubDate>Mon, 16 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>67. Add Binary</title>
      <description>Binary strings sum</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-15-67-add-binary/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-15-67-add-binary/</guid>
      <pubDate>Sun, 15 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>799. Champagne Tower</title>
      <description>Flow in a Pascal&apos;s Triangle</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-14-799-champagne-tower/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-14-799-champagne-tower/</guid>
      <pubDate>Sat, 14 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3714. Longest Balanced Substring II</title>
      <description>Largest equal frequencies substring of abc-string</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-13-3714-longest-balanced-substring-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-13-3714-longest-balanced-substring-ii/</guid>
      <pubDate>Fri, 13 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3713. Longest Balanced Substring I</title>
      <description>Max substring with equal frequencies window</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-12-3713-longest-balanced-substring-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-12-3713-longest-balanced-substring-i/</guid>
      <pubDate>Thu, 12 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3721. Longest Balanced Subarray II</title>
      <description>Max subarray evens count = odds count tree</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-11-3721-longest-balanced-subarray-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-11-3721-longest-balanced-subarray-ii/</guid>
      <pubDate>Wed, 11 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3719. Longest Balanced Subarray I</title>
      <description>Longes even=odd subarray</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-10-3719-longest-balanced-subarray-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-10-3719-longest-balanced-subarray-i/</guid>
      <pubDate>Tue, 10 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1382. Balance a Binary Search Tree</title>
      <description>Balance binary search tree</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-09-1382-balance-a-binary-search-tree/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-09-1382-balance-a-binary-search-tree/</guid>
      <pubDate>Mon, 09 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>110. Balanced Binary Tree</title>
      <description>Is tree balanced?</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-08-110-balanced-binary-tree/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-08-110-balanced-binary-tree/</guid>
      <pubDate>Sun, 08 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1653. Minimum Deletions to Make String Balanced</title>
      <description>Min removal to balance &apos;ab&apos;</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-07-1653-minimum-deletions-to-make-string-balanced/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-07-1653-minimum-deletions-to-make-string-balanced/</guid>
      <pubDate>Sat, 07 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3634. Minimum Removals to Balance Array</title>
      <description>Min removals to make min k not less than max window</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-06-3634-minimum-removals-to-balance-array/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-06-3634-minimum-removals-to-balance-array/</guid>
      <pubDate>Fri, 06 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3379. Transformed Array</title>
      <description>Shuffled list i+n[i]</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-05-3379-transformed-array/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-05-3379-transformed-array/</guid>
      <pubDate>Thu, 05 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3637. Trionic Array I</title>
      <description>Validate inc,dec,inc sequency</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-03-3637-trionic-array-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-03-3637-trionic-array-i/</guid>
      <pubDate>Tue, 03 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3013. Divide an Array Into Subarrays With Minimum Cost II</title>
      <description>Min sum of k splits at max d distance window</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-02-3013-divide-an-array-into-subarrays-with-minimum-cost-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-02-3013-divide-an-array-into-subarrays-with-minimum-cost-ii/</guid>
      <pubDate>Mon, 02 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3010. Divide an Array Into Subarrays With Minimum Cost I</title>
      <description>Split on 2 min values</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-02-01-3010-divide-an-array-into-subarrays-with-minimum-cost-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-02-01-3010-divide-an-array-into-subarrays-with-minimum-cost-i/</guid>
      <pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>744. Find Smallest Letter Greater Than Target</title>
      <description>Larger letter in array</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-01-31-744-find-smallest-letter-greater-than-target/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-01-31-744-find-smallest-letter-greater-than-target/</guid>
      <pubDate>Sat, 31 Jan 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2977. Minimum Cost to Convert String II</title>
      <description>Min cost to convert string with transitions of substrings</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-01-30-2977-minimum-cost-to-convert-string-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-01-30-2977-minimum-cost-to-convert-string-ii/</guid>
      <pubDate>Fri, 30 Jan 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2976. Minimum Cost to Convert String I</title>
      <description>Min cost to convert string</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-01-29-2976-minimum-cost-to-convert-string-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-01-29-2976-minimum-cost-to-convert-string-i/</guid>
      <pubDate>Thu, 29 Jan 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3651. Minimum Cost Path with Teleportations</title>
      <description>Min cost to walk 2D grid with free teleports</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-01-28-3651-minimum-cost-path-with-teleportations/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-01-28-3651-minimum-cost-path-with-teleportations/</guid>
      <pubDate>Wed, 28 Jan 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3650. Minimum Cost Path with Edge Reversals</title>
      <description>Min path in weighted graph with reverse 2w nodes</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-01-27-3650-minimum-cost-path-with-edge-reversals/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-01-27-3650-minimum-cost-path-with-edge-reversals/</guid>
      <pubDate>Tue, 27 Jan 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1200. Minimum Absolute Difference</title>
      <description>Min diff pairs</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-01-26-1200-minimum-absolute-difference/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-01-26-1200-minimum-absolute-difference/</guid>
      <pubDate>Mon, 26 Jan 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1984. Minimum Difference Between Highest and Lowest of K Scores</title>
      <description>Min k-diff window</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-01-25-1984-minimum-difference-between-highest-and-lowest-of-k-scores/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-01-25-1984-minimum-difference-between-highest-and-lowest-of-k-scores/</guid>
      <pubDate>Sun, 25 Jan 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1877. Minimize Maximum Pair Sum in Array</title>
      <description>Min max pair</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-01-24-1877-minimize-maximum-pair-sum-in-array/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-01-24-1877-minimize-maximum-pair-sum-in-array/</guid>
      <pubDate>Sat, 24 Jan 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3510. Minimum Pair Removal to Sort Array II</title>
      <description>Sort by removing min-sum pairs</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-01-23-3510-minimum-pair-removal-to-sort-array-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-01-23-3510-minimum-pair-removal-to-sort-array-ii/</guid>
      <pubDate>Fri, 23 Jan 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3507. Minimum Pair Removal to Sort Array I</title>
      <description>Sort by removing lowest sum pairs</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-01-22-3507-minimum-pair-removal-to-sort-array-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-01-22-3507-minimum-pair-removal-to-sort-array-i/</guid>
      <pubDate>Thu, 22 Jan 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3315. Construct the Minimum Bitwise Array II</title>
      <description>Reverse operation x or (x+1)</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-01-21-3315-construct-the-minimum-bitwise-array-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-01-21-3315-construct-the-minimum-bitwise-array-ii/</guid>
      <pubDate>Wed, 21 Jan 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3314. Construct the Minimum Bitwise Array I</title>
      <description>Reverse x | (x+1) operation on prime numbers</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-01-20-3314-construct-the-minimum-bitwise-array-i/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-01-20-3314-construct-the-minimum-bitwise-array-i/</guid>
      <pubDate>Tue, 20 Jan 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1292. Maximum Side Length of a Square with Sum Less than or Equal to Threshold</title>
      <description>Max square with sum less than threshold</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2025-01-19-1292-maximum-side-length-of-a-square-with-sum-less-than-or-equal-to-threshold/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2025-01-19-1292-maximum-side-length-of-a-square-with-sum-less-than-or-equal-to-threshold/</guid>
      <pubDate>Sun, 19 Jan 2025 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>1895. Largest Magic Square</title>
      <description>Max magic square</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-01-18-1895-largest-magic-square/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-01-18-1895-largest-magic-square/</guid>
      <pubDate>Sun, 18 Jan 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3047. Find the Largest Area of Square Inside Two Rectangles</title>
      <description>Max square in intersection</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-01-17-3047-find-the-largest-area-of-square-inside-two-rectangles/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-01-17-3047-find-the-largest-area-of-square-inside-two-rectangles/</guid>
      <pubDate>Sat, 17 Jan 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2975. Maximum Square Area by Removing Fences From a Field</title>
      <description>Max square after remove vertical or horizontal bars</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-01-16-2975-maximum-square-area-by-removing-fences-from-a-field/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-01-16-2975-maximum-square-area-by-removing-fences-from-a-field/</guid>
      <pubDate>Fri, 16 Jan 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>2943. Maximize Area of Square Hole in Grid</title>
      <description>Max square area after removing bars in a grid</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-01-15-2943-maximize-area-of-square-hole-in-grid/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-01-15-2943-maximize-area-of-square-hole-in-grid/</guid>
      <pubDate>Thu, 15 Jan 2026 00:00:00 +0000</pubDate>
    </item>
    
    <item>
      <title>3454. Separate Squares II</title>
      <description>Min y to equal split areas exclude intersections sweep</description>
      <link>https://dmitrysamoylenko.com/leetcode/problem/2026-01-14-3454-separate-squares-ii/</link>
      <guid>https://dmitrysamoylenko.com/leetcode/problem/2026-01-14-3454-separate-squares-ii/</guid>
      <pubDate>Wed, 14 Jan 2026 00:00:00 +0000</pubDate>
    </item>
    
  </channel>
</rss>
