由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - CS Algorithm question
相关主题
c 程序超过32位怎么办?怎么说“无符号数”?
Please help, an algorithem question谁有什么solution吗?
suffix tree和suffix array看什么书比较好啊?为什么多个线程生成的随机数是一样的?
请教一道初级算法题!How to define a data type of 1 bit size?
How to organize the algorithm问一个简单的C的问题
Algorithm 课程及教材选择疑问 (转载)怎样实现这个线性转换的算法
关于计算机算法杂志C++的大数运算问题
question about google algorithm/architecture (转载)C++ static member method with default arguments (转载)
相关话题的讨论汇总
话题: cs话题: algorithm话题: array话题: unsigned话题: function
进入CS版参与讨论
1 (共1页)
l***t
发帖数: 81
1
Create a function foo() that takes an unsigned int array and an unsigned int
number N as arguments. It returns the size of the largest sub-array whose s
um of its elements is a multiple of N. The array has less than 10000 element
s and N is less than 1000. This function should be as fast as possible
s*****v
发帖数: 360
2
O(n*n)
1 (共1页)
进入CS版参与讨论
相关主题
C++ static member method with default arguments (转载)How to organize the algorithm
CS Algo QuestionAlgorithm 课程及教材选择疑问 (转载)
[转载] CS interview question关于计算机算法杂志
一个简单的算法问题? (转载)question about google algorithm/architecture (转载)
c 程序超过32位怎么办?怎么说“无符号数”?
Please help, an algorithem question谁有什么solution吗?
suffix tree和suffix array看什么书比较好啊?为什么多个线程生成的随机数是一样的?
请教一道初级算法题!How to define a data type of 1 bit size?
相关话题的讨论汇总
话题: cs话题: algorithm话题: array话题: unsigned话题: function