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
# 27.08.2025
[3459. Length of Longest V-Shaped Diagonal Segment](https://leetcode.com/problems/length-of-longest-v-shaped-diagonal-segment/description) hard

Max length of 1-2-0-2.. diagonal sequence, on cw rotation #hard #dp
👍3
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
👍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
👍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