This media is not supported in your browser
VIEW IN TELEGRAM
# 25.09.2025
[120. Triangle](https://leetcode.com/problems/triangle/description) medium
Min path sum in triangle #medium #dp
[120. Triangle](https://leetcode.com/problems/triangle/description) medium
Min path sum in triangle #medium #dp
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 26.09.2025
[611. Valid Triangle Number](https://leetcode.com/problems/valid-triangle-number/description) medium
Count triangles can be made from numbers #medium #binary_search #two_sum
[611. Valid Triangle Number](https://leetcode.com/problems/valid-triangle-number/description) medium
Count triangles can be made from numbers #medium #binary_search #two_sum
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 27.09.2025
[812. Largest Triangle Area](https://leetcode.com/problems/largest-triangle-area/description/) easy
Max area triangle #easy
[812. Largest Triangle Area](https://leetcode.com/problems/largest-triangle-area/description/) easy
Max area triangle #easy
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 28.09.2025
[976. Largest Perimeter Triangle](https://leetcode.com/problems/largest-perimeter-triangle/description/) easy
Max triangle perimeter from array of lengths #easy #sliding_window
[976. Largest Perimeter Triangle](https://leetcode.com/problems/largest-perimeter-triangle/description/) easy
Max triangle perimeter from array of lengths #easy #sliding_window
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 29.09.2025
[1039. Minimum Score Triangulation of Polygon](https://leetcode.com/problems/minimum-score-triangulation-of-polygon/description) medium
Min sum of triangle product for every possible triangulation #medium #dp
[1039. Minimum Score Triangulation of Polygon](https://leetcode.com/problems/minimum-score-triangulation-of-polygon/description) medium
Min sum of triangle product for every possible triangulation #medium #dp
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 30.09.2025
[2221. Find Triangular Sum of an Array](https://leetcode.com/problems/find-triangular-sum-of-an-array/description) medium
Triangle sum % 10 #medium #simulation
[2221. Find Triangular Sum of an Array](https://leetcode.com/problems/find-triangular-sum-of-an-array/description) medium
Triangle sum % 10 #medium #simulation
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 01.10.2025
[1518. Water Bottles](https://leetcode.com/problems/water-bottles/description) easy
Total drinks with exchange empty for full #easy #simulation
[1518. Water Bottles](https://leetcode.com/problems/water-bottles/description) easy
Total drinks with exchange empty for full #easy #simulation
❤1👍1
This media is not supported in your browser
VIEW IN TELEGRAM
# 02.10.2025
[3100. Water Bottles II](https://leetcode.com/problems/water-bottles-ii/description) medium
Total drinks with growing exchange rate empty for full #medium #simulation
[3100. Water Bottles II](https://leetcode.com/problems/water-bottles-ii/description) medium
Total drinks with growing exchange rate empty for full #medium #simulation
👍2
# 03.10.2025
[407. Trapping Rain Water II](https://leetcode.com/problems/trapping-rain-water-ii/description) hard
Fill water in 3D #hard #dfs #sorting
[407. Trapping Rain Water II](https://leetcode.com/problems/trapping-rain-water-ii/description) hard
Fill water in 3D #hard #dfs #sorting
👍2
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
[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
[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
[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
[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
[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
[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
[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
[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
[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
[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
[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