Search
⌘K

Leetcode 2936. Number of Equal Numbers Blocks

Given an integer array and multiple range queries, count how many contiguous blocks of equal numbers appear inside each queried subarray; the challenge is to preprocess block boundaries (e.g., prefix counts of block starts) so each query can be answered quickly.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.