1.58K subscribers
599 photos
1 file
971 links
Don't miss a day to solve the problem
My leetcode graph - https://leetcode.com/SamoylenkoDmitry/
Download Telegram
https://leetcode.com/problems/maximum-profit-in-job-scheduling/description/

Max profit in non-intersecting jobs given startTime[], endTime[] and profit[].
👍1
👍2
https://leetcode.com/problems/determine-if-string-halves-are-alike/description/

Are aeiouAEIOU count the same in the two halves of string.
👍2
https://leetcode.com/problems/determine-if-two-strings-are-close/description/

Are strings convertible by swapping existing chars positions or frequencies.
👍2
👍1
https://leetcode.com/problems/climbing-stairs/description/

Ways to climb n stairs by 1 or 2 steps.
👍1
https://leetcode.com/problems/minimum-falling-path-sum/description/

Min sum moving bottom center, left, right in 2D matrix.
👍1
https://leetcode.com/problems/house-robber/description/

Max sum to rob non adjacent items in array.
👍4
https://leetcode.com/problems/set-mismatch/description

Return missing and duplicated number in 1..n array with one number replaced.
👍4
👍3
https://leetcode.com/problems/pseudo-palindromic-paths-in-a-binary-tree/description/

Count can-form-a-palindrome paths root-leaf in a binary tree.
👍4
👍2