Hamming Numbers
Instructions:
AHamming numberis a positive integer of the form 2i3j5k, for some non-negative integersi,j, andk.
Write a function that computes thenth smallest Hamming number.
Specifically:
The first smallest Hamming number is 1 = 203050
The seco...
原创
2020-06-24 16:03:13 ·
559 阅读 ·
2 评论