文件名称:PRIME-TEST
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:671byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
素数测试问题,
如果把乘、除法(包括取模)看成常数时间,
则算法的时间复杂度为 (k)= (log m)=O(log n)。
而当n极大时,与n在同一数量级的两个数相乘除,
不超过O(log2n)次二进制位操作。
∴算法的时间复杂性为O(log3n)二进制位操作
-Prime test,
If the multiplication, division ( including the modulus as a constant time ),
The time complexity of the algorithm is ( k ) = ( log m ) = O ( log n ).
And when the N-pole greatly, and N in the same order of magnitude of two numbers multiplication and division,
Not more than O ( log2n ) binary bit operations.
Now the time complexity of the algorithm is O ( log3n ) binary operation
(系统自动生成,下载前可以参看下载内容)
下载文件列表
prime TEST.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.