c*r 发帖数: 9 | 1 1. Integer里的
- next largest smaller
- smallest larger number
具体是什么题? |
t******e 发帖数: 1293 | 2 应该在careercup那本top 150里面有的
【在 c*r 的大作中提到】 : 1. Integer里的 : - next largest smaller : - smallest larger number : 具体是什么题?
|
c*r 发帖数: 9 | 3 So I guess it's this problem. Thanks!
Given an integer, print the next smallest and next largest number that
have the same number of 1 bits in their binary representation.
【在 t******e 的大作中提到】 : 应该在careercup那本top 150里面有的
|
l*******g 发帖数: 4894 | 4 yes, it is.
【在 c*r 的大作中提到】 : So I guess it's this problem. Thanks! : Given an integer, print the next smallest and next largest number that : have the same number of 1 bits in their binary representation.
|
y***y 发帖数: 224 | |
I**********s 发帖数: 441 | |
t******e 发帖数: 1293 | 7 你得到了它。
【在 c*r 的大作中提到】 : So I guess it's this problem. Thanks! : Given an integer, print the next smallest and next largest number that : have the same number of 1 bits in their binary representation.
|
s****h 发帖数: 15 | 8 csdn上有下载
google “cracking the coding interview csdn”
【在 y***y 的大作中提到】 : 请问这个问题集哪找的啊?
|