carloscn / carloscn/structstudy
数组中重复的数字(不修改原始数组)(二分法)
Open
数组
查找
- Dominant language
- C
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
### 问题描述
在https://github.com/carloscn/structstudy/issues/5 中,修改了本身的数组,**本题目要求不修改数组的情况下找出重复的数字**,而且不能使用暴力遍历的形式。
在一个长度为n的数组里的所有数字都在0到n-1的范围内。 数组中某些数字是重复的,但不知道有几个数字是重复的。也不知道每个数字重复几次。 例如,如果输入长度为7的数组{2,3,1,0,2,5,3},那么对应的输出是数字2。
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.