由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - [合集] 小题目
相关主题
小题目一些算法题。
[合集] 小题目(2006/07/16)--圆圈上顺时---recursive solutionan interview algorithm question about finding even occuring (转载)
How do you think about CUDA?distribution of argmin{ Bt, t in [0, 1] } ?
[合集] find a function想起一道统计题
[合集] 今天一道面试题目。大家帮忙看看。 (转载)Fewer kids are being bullied, survey finds
IS IT TRUE? - Doing the Math to Find the Good Jobs (转载)[ZGPT]知名CS美眉再爆丑闻 陷入裸聊事件(组图)
What type of jobs need CFA我与版副kelly9988的交易纠纷
两个hunter帮忙递了同一个公司的两个不同部门,都要面试了,最后会怎么样?回复NEWLIFE的纠纷事件全过程
相关话题的讨论汇总
话题: int话题: sat话题: jan话题: anyfun话题: 小题目
进入Quant版参与讨论
1 (共1页)
B*********h
发帖数: 800
1
☆─────────────────────────────────────☆
anyfun (anyfun?) 于 (Sat Jan 20 21:46:28 2007) 提到:
find an algorithm for finding the min and max of n numbers by using fewer
than 3n/2 comparisions. ^_^
☆─────────────────────────────────────☆
newnewlife (newlife) 于 (Sat Jan 20 22:04:47 2007) 提到:
Let's try this way:
int max,min;
min=max=a[0];
int minIndex=0,maxIndex=0;
for(int i=1; i < n;i+=2)
{
int bigger=a[i-1],smaller=a[i];
int biggerIndex=i-1, smallerIndex=i;
if(a[i-1] < a[i])
bi
1 (共1页)
进入Quant版参与讨论
相关主题
回复NEWLIFE的纠纷事件全过程[合集] 今天一道面试题目。大家帮忙看看。 (转载)
3月1日我和NEWLIFE 事件的更新IS IT TRUE? - Doing the Math to Find the Good Jobs (转载)
【Kelly9988和Newlife纠纷】有效解决方案What type of jobs need CFA
请把kelly的帖子并到她自己的帖子里面两个hunter帮忙递了同一个公司的两个不同部门,都要面试了,最后会怎么样?
小题目一些算法题。
[合集] 小题目(2006/07/16)--圆圈上顺时---recursive solutionan interview algorithm question about finding even occuring (转载)
How do you think about CUDA?distribution of argmin{ Bt, t in [0, 1] } ?
[合集] find a function想起一道统计题
相关话题的讨论汇总
话题: int话题: sat话题: jan话题: anyfun话题: 小题目