1.68K subscribers
657 photos
38 videos
1 file
1.07K links
Don't miss a day to solve the problem
My leetcode graph - https://leetcode.com/SamoylenkoDmitry/
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
# 04.10.2025
[11. Container With Most Water](https://leetcode.com/problems/container-with-most-water/description) medium


Max water container from two heights #medium #two-pointers
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 06.10.2025
[417. Pacific Atlantic Water Flow](https://leetcode.com/problems/pacific-atlantic-water-flow/description) medium

Cells travel to TL&BR in decrease order #medium #dfs
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 06.10.2025
[778. Swim in Rising Water](https://leetcode.com/problems/swim-in-rising-water/description) hard


Min time to swim to end, flooding every second #hard #bfs
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 07.10.2025
[1488. Avoid Flood in The City](https://leetcode.com/problems/avoid-flood-in-the-city/description/) medium

Replace zeros with numbers to avoid duplicates #medium #binary_search #greedy
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 05.10.2025
[2300. Successful Pairs of Spells and Potions](https://leetcode.com/problems/successful-pairs-of-spells-and-potions/description) medium

Number of potions * spells[i] bigger than success #midium #bs #sort
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 05.10.2025
[3494. Find the Minimum Amount of Time to Brew Potions](https://leetcode.com/problems/find-the-minimum-amount-of-time-to-brew-potions/) medium


Min total time to finish all skills[i]*mana[j], non-intersecting #medium #bs
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 10.10.2025
[3147. Taking Maximum Energy From the Mystic Dungeon](https://leetcode.com/problems/taking-maximum-energy-from-the-mystic-dungeon/) medium

Max k-distant suffix sum #medium #array
1👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 11.10.2025
[3186. Maximum Total Damage With Spell Casting](https://leetcode.com/problems/maximum-total-damage-with-spell-casting/description/) medium

Max sum of choosen values, skip v[i]+1+2-1-2 #medium #dp #sorting
👍1
# 05.10.2025
[3539. Find Sum of Array Product of Magical Sequences](https://leetcode.com/problems/find-sum-of-array-product-of-magical-sequences/description/) medium


Product of all good subsequences and permutations #hard #combinatorics
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 13.10.2025
[2273. Find Resultant Array After Removing Anagrams](https://leetcode.com/problems/find-resultant-array-after-removing-anagrams/description) medium

Dedup anagrams #easy
👍2
# 14.10.2025
[3349. Adjacent Increasing Subarrays Detection I](https://leetcode.com/problems/adjacent-increasing-subarrays-detection-i/description) medium

Any increasing consequent windows size k #easy
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 15.10.2025
[3350. Adjacent Increasing Subarrays Detection II](https://leetcode.com/problems/adjacent-increasing-subarrays-detection-ii/description/) medium

Max k of adjucent increasing k-windows #medium #counting
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 16.10.2025
[2598. Smallest Missing Non-negative Integer After Operations](https://leetcode.com/problems/smallest-missing-non-negative-integer-after-operations/description/) medium


First positive number can't be build by adding/subtracting value #medium #hashmap
👍1