文件名称:AKS
介绍说明--下载内容均来自于网络,请自行研究使用
Implement AKS algorithm for primality testing, which was the
first polynomial time primality test that was devised. Read the paper attached and
implement the main algorithm. Implement for numbers of size max 64 bits. Bonus
marks will be given, if implemented for larger numbers using Library for big integers.
You can use C/C++ for it. Note for purposes of checking, print out the polynomial,
you get in the for loop each time, of the main algorithm(Step 5). And mainly print
out the answer, YES or NO for the primality
first polynomial time primality test that was devised. Read the paper attached and
implement the main algorithm. Implement for numbers of size max 64 bits. Bonus
marks will be given, if implemented for larger numbers using Library for big integers.
You can use C/C++ for it. Note for purposes of checking, print out the polynomial,
you get in the for loop each time, of the main algorithm(Step 5). And mainly print
out the answer, YES or NO for the primality
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Q2.py