[LeetCode]Prime Number of Set Bits in Binary Representation

题目描述:

LeetCode 762. Prime Number of Set Bits in Binary Representation

Given two integers L and R, find the count of numbers in the range [L, R] (inclusive) having a prime number of set bits in their binary representation.

(Recall ...

继续阅读

[LeetCode]Employee Free Time

题目描述:

LeetCode 759. Employee Free Time

We are given a list avail of employees, which represents the free time for each employee.

Each employee has a list of non-overlapping Intervals, and these intervals are in sorted order.

Return the list ...

继续阅读

年度归档