导航
您当前的位置:首页 > 高教类 > 理学类
问题:

答案窝,daanwo.com
[单选题]There is an array of 1001 elements which range from 1 to 1000. Only one element is repeated in the array while the others exist only once in the array. Which of the following algorithms is the fastest?sSd答案窝(daanwo.com)-大学生作业答案及考资分享平台
1-1000放在含有1001个元素的正整数数组中,只有唯一的一个元素值重复,其它均只出现一次。下列哪种算法查找这个重复元素最快?sSd答案窝(daanwo.com)-大学生作业答案及考资分享平台
AEnumerate all the paris in the array, find the pair with same values (枚举1001个元素中所有的正整数对,找到值相同的那一对)sSd答案窝(daanwo.com)-大学生作业答案及考资分享平台
BXOR all the numbers in the array together, then XOR number from 1 to 1000 (现将数组中所有数异或在一起,再与1-1000各异或一次)sSd答案窝(daanwo.com)-大学生作业答案及考资分享平台
CSort the array and then make sequential search(将数组进行排序,再线性搜索)sSd答案窝(daanwo.com)-大学生作业答案及考资分享平台
DSort the array and then make binary search(将数组进行排序,再二分搜索)
答案窝,daanwo.com
答案解析:

相关问题
关于我们 | 用户指南 | 版权声明 | 给我留言 | 联系我们 | 积分商城 | 答案求助 | 网站地图
Copyright © 2024 www.daanwo.com All Rights Reserved