inclusive-range-contract

Status: IN

`countPrimeSetBits(left, right)` treats both `left` and `right` as inclusive bounds, using `range(left, right + 1)` to match the LeetCode problem specification

Source: entries/2026/06/06/prime-number-of-set-bits-in-binary-representation-solution.md

JSON