https://leetcode.com/problems/maximum-candies-you-can-get-from-boxes/description
Open boxes graph with keys simulation #hard
Open boxes graph with keys simulation #hard
👍2
https://leetcode.com/problems/find-the-lexicographically-largest-string-from-the-box-i/description
Max string of every split by n #medium
Max string of every split by n #medium
👍2
https://leetcode.com/problems/lexicographically-smallest-equivalent-string/description/
Map by smallest in group from associate s1 with s2 #medium
Map by smallest in group from associate s1 with s2 #medium
👍2
https://leetcode.com/problems/using-a-robot-to-print-the-lexicographically-smallest-string/description/
Smallest string by writing to stack #medium #string
Smallest string by writing to stack #medium #string
👍2
https://leetcode.com/problems/lexicographically-minimum-string-after-removing-stars/description
Smallest string by remove min to the left of * #medium
Smallest string by remove min to the left of * #medium
👍2
# 08.06.2025
[386. Lexicographical Numbers](https://leetcode.com/problems/lexicographical-numbers/description/) medium
Generate lexicographical numbers 1..n #medium
[386. Lexicographical Numbers](https://leetcode.com/problems/lexicographical-numbers/description/) medium
Generate lexicographical numbers 1..n #medium
👍1
# 09.06.2025
[440. K-th Smallest in Lexicographical Order](https://leetcode.com/problems/k-th-smallest-in-lexicographical-order/description/) hard
k-th lexicographical number of 1..n #hard
[440. K-th Smallest in Lexicographical Order](https://leetcode.com/problems/k-th-smallest-in-lexicographical-order/description/) hard
k-th lexicographical number of 1..n #hard
👍2
# 10.06.2025
[3442. Maximum Difference Between Even and Odd Frequency I](https://leetcode.com/problems/maximum-difference-between-even-and-odd-frequency-i/description/) easy
Max odd - min even frequency #easy
[3442. Maximum Difference Between Even and Odd Frequency I](https://leetcode.com/problems/maximum-difference-between-even-and-odd-frequency-i/description/) easy
Max odd - min even frequency #easy
👍2
# 11.06.2025
[3445. Maximum Difference Between Even and Odd Frequency II](https://leetcode.com/problems/maximum-difference-between-even-and-odd-frequency-ii/description) hard
Max odd - min even frequency, window at least k #hard
[3445. Maximum Difference Between Even and Odd Frequency II](https://leetcode.com/problems/maximum-difference-between-even-and-odd-frequency-ii/description) hard
Max odd - min even frequency, window at least k #hard
👍2
# 12.06.2025
[3423. Maximum Difference Between Adjacent Elements in a Circular Array](https://leetcode.com/problems/maximum-difference-between-adjacent-elements-in-a-circular-array/description/) easy
Max abs sibling diff #easy
[3423. Maximum Difference Between Adjacent Elements in a Circular Array](https://leetcode.com/problems/maximum-difference-between-adjacent-elements-in-a-circular-array/description/) easy
Max abs sibling diff #easy
👍1
# 13.06.2025
[2616. Minimize the Maximum Difference of Pairs](https://leetcode.com/problems/minimize-the-maximum-difference-of-pairs/description/) medium
Min max diffs non-overlapped pairs #medium #binary_search
[2616. Minimize the Maximum Difference of Pairs](https://leetcode.com/problems/minimize-the-maximum-difference-of-pairs/description/) medium
Min max diffs non-overlapped pairs #medium #binary_search
👍3
# 14.06.2025
[2566. Maximum Difference by Remapping a Digit](https://leetcode.com/problems/maximum-difference-by-remapping-a-digit/description/) easy
Max - min, replacing any digit #easy
[2566. Maximum Difference by Remapping a Digit](https://leetcode.com/problems/maximum-difference-by-remapping-a-digit/description/) easy
Max - min, replacing any digit #easy
👍1
# 15.06.2025
[1432. Max Difference You Can Get From Changing an Integer](https://leetcode.com/problems/max-difference-you-can-get-from-changing-an-integer/description/) medium
Max - min, replacing any digit, no leading zeros #medium
[1432. Max Difference You Can Get From Changing an Integer](https://leetcode.com/problems/max-difference-you-can-get-from-changing-an-integer/description/) medium
Max - min, replacing any digit, no leading zeros #medium
👍2
# 16.06.2025
[2016. Maximum Difference Between Increasing Elements](https://leetcode.com/problems/maximum-difference-between-increasing-elements/description) easy
Max increasing pair diff #easy
[2016. Maximum Difference Between Increasing Elements](https://leetcode.com/problems/maximum-difference-between-increasing-elements/description) easy
Max increasing pair diff #easy
👍2
# 17.06.2025
[3405. Count the Number of Arrays with K Matching Adjacent Elements](https://leetcode.com/problems/count-the-number-of-arrays-with-k-matching-adjacent-elements/description/) hard
Combinations k equal siblings 1..m in [n] array #hard #combinatorics #math
[3405. Count the Number of Arrays with K Matching Adjacent Elements](https://leetcode.com/problems/count-the-number-of-arrays-with-k-matching-adjacent-elements/description/) hard
Combinations k equal siblings 1..m in [n] array #hard #combinatorics #math
👍2
# 18.06.2025
[2966. Divide Array Into Arrays With Max Difference](https://leetcode.com/problems/divide-array-into-arrays-with-max-difference/description/) medium
List of k-narrow tripplets #medium
[2966. Divide Array Into Arrays With Max Difference](https://leetcode.com/problems/divide-array-into-arrays-with-max-difference/description/) medium
List of k-narrow tripplets #medium
👍2
# 19.06.2025
[2294. Partition Array Such That Maximum Difference Is K](https://leetcode.com/problems/partition-array-such-that-maximum-difference-is-k/description) medium
k-narrow subsequences #medium #sort
[2294. Partition Array Such That Maximum Difference Is K](https://leetcode.com/problems/partition-array-such-that-maximum-difference-is-k/description) medium
k-narrow subsequences #medium #sort
👍2
# 20.06.2025
[3443. Maximum Manhattan Distance After K Changes](https://leetcode.com/problems/maximum-manhattan-distance-after-k-changes/description) medium
Max distance after k flips #medium
[3443. Maximum Manhattan Distance After K Changes](https://leetcode.com/problems/maximum-manhattan-distance-after-k-changes/description) medium
Max distance after k flips #medium
👍2
# 21.06.2025
[3085. Minimum Deletions to Make String K-Special](https://leetcode.com/problems/minimum-deletions-to-make-string-k-special/description/) medium
Min remove to make frequencies k-narrow #medium
[3085. Minimum Deletions to Make String K-Special](https://leetcode.com/problems/minimum-deletions-to-make-string-k-special/description/) medium
Min remove to make frequencies k-narrow #medium
👍2
# 22.06.2025
[2138. Divide a String Into Groups of Size k](https://leetcode.com/problems/divide-a-string-into-groups-of-size-k/description/) easy
k-chunked string, filled tail #easy
[2138. Divide a String Into Groups of Size k](https://leetcode.com/problems/divide-a-string-into-groups-of-size-k/description/) easy
k-chunked string, filled tail #easy
👍2
# 23.06.2025
[2081. Sum of k-Mirror Numbers](https://leetcode.com/problems/sum-of-k-mirror-numbers/description) hard
n palindromes in both 10 and k-base #hard #math
[2081. Sum of k-Mirror Numbers](https://leetcode.com/problems/sum-of-k-mirror-numbers/description) hard
n palindromes in both 10 and k-base #hard #math
👍2