Leetcode_daily
@leetcode_daily_unstoppable
1.59K
subscribers
609
photos
1
file
981
links
Don't miss a day to solve the problem
My leetcode graph -
https://leetcode.com/SamoylenkoDmitry/
Download Telegram
Join
Leetcode_daily
1.59K subscribers
Leetcode_daily
https://leetcode.com/problems/get-equal-substrings-within-budget/description/
Max substring
sum(abs(s[..] - t[..])) < maxCost
#medium
#sliding_window
👍
2
🔥
1