1.58K subscribers
600 photos
1 file
972 links
Don't miss a day to solve the problem
My leetcode graph - https://leetcode.com/SamoylenkoDmitry/
Download Telegram
https://leetcode.com/problems/furthest-building-you-can-reach/description

Max index to climb diff = a[i +1] - a[i] > 0 using bricks -= diff and ladders-- for each.
👍3
https://leetcode.com/problems/meeting-rooms-iii/description

Most frequent room of 0..<n where each meeting[i]=[start, end) takes or delays until first available.
👍2
This media is not supported in your browser
VIEW IN TELEGRAM
Congrats for all the earners!
ðŸ”Ĩ3👏1ðŸŦĄ1
👍2ðŸĨą1
👍2ðŸĪ”1
https://leetcode.com/problems/find-the-town-judge/description/

Find who trusts nobody and everybody trusts him in [trust, trusted] array.
👍2
https://leetcode.com/problems/cheapest-flights-within-k-stops/description/

Cheapest travel src -> dst with at most k stops in a directed weighted graph.
👍2
https://leetcode.com/problems/find-all-people-with-secret/description/

Who knows 0 and firstPerson's secret after group meetings at times: [personA, personB, time].
👍2
👍2
This media is not supported in your browser
VIEW IN TELEGRAM
another streak
🎉4ðŸŦĄ1ðŸĪŠ1
https://leetcode.com/problems/diameter-of-binary-tree/description/

Max distance between any nodes in binary tree.
👍3
https://leetcode.com/problems/find-bottom-left-tree-value/description/

Leftmost node value of the last level of the Binary Tree.
👍3
https://leetcode.com/problems/even-odd-tree/description/

Binary tree levels are odd increasing and even decreasing.
👍3
This media is not supported in your browser
VIEW IN TELEGRAM
still not to late to celebrate
ðŸ”Ĩ3👍1
👍4
https://leetcode.com/problems/bag-of-tokens/description/

Max score converting power to token[i] and token[i] to score. #medium
👍3
👍2