Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 1176. Diet Plan Performance
Given an array of daily calories and integers k, lower, and upper, compute the total score by evaluating the sum of every consecutive k-day window: decrement the score if the window sum < lower, increment if > upper, otherwise leave it unchanged. Use a sliding-window approach to efficiently compute each k-day sum and return the final score.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.