IntermediatePrefix Sums
Prefix Sum Queries
Answer range sum queries on a list using 1-based inclusive indexes.
Open problemProblems
Build problem-solving habits with topic filters, difficulty levels, visible examples, and an online code workspace.
Choose a Python Foundations, coding practice, or PCEP review path and work through problems in order.
Difficulty
Showing 3 of 30 problems
Clear filtersAnswer range sum queries on a list using 1-based inclusive indexes.
Open problemGiven attendance counts for sessions and a range `l` to `r`, print the total attendance in that inclusive range.
Open problemGiven daily practice minutes and a window size `k`, find the maximum total practice minutes over any consecutive `k` days.
Open problem