Feeds
提问
Write a func- tion findRegularNumbers(x) that returns the array of rst x regular numbers
"A regular number is an integer of the form 2^i 3^j 5^k , for nonnegative integers i, j, and k." For instance, the first 10 r...
5 years 前 | 0 个回答 | 0
0
个回答提问
triangle edges , triplet
Firstly, I am a beginner, sorry for wrongs function rightTriangleEdges(listOfIntegers) that returns a triplet [x y z] from the...
5 years 前 | 1 个回答 | 0
1
个回答提问
min- imum number of coins required to pay
Suppose that you are working as a cashier in a supermarket and there are no banknotes left in the cash box. Therefore, for each...
5 years 前 | 2 个回答 | 0
