470. Implement Rand10() Using Rand7()
LeetCode 470. Implement Rand10() Using Rand7()****
Description
Input: n = 1
Output: [2]Input: n = 2
Output: [2,8]Tags
Solution

Complexity
Code
Reference
Last updated