1.58K subscribers
598 photos
1 file
970 links
Don't miss a day to solve the problem
My leetcode graph - https://leetcode.com/SamoylenkoDmitry/
Download Telegram
https://leetcode.com/problems/minimum-difficulty-of-a-job-schedule/description/

Min sum of maximums jobDifficulty[i] per day d preserving the order
👍1
https://leetcode.com/problems/redistribute-characters-to-make-all-strings-equal/description/

Is it possible to split all the words[] characters into words.size groups.
👍1
https://leetcode.com/problems/assign-cookies/description/

Max count of greedy children g[Int] to assign cookies with sizes s[Int].
👍1
👍2😁1
https://leetcode.com/problems/number-of-laser-beams-in-a-bank/description/

Beams count between consequent non-empty row's `1`s.
👍1
https://leetcode.com/problems/minimum-number-of-operations-to-make-array-empty/description/

Minimum pairs or triples duplicate removal operations to empty array of numbers.
👍1
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