I was reading about prime test algorithm and find the AKS primality test, then i ask my self if this algorithm could be implement in scheme or in c++?.
Has anyone tried implementing the AKS test?
|
I was reading about prime test algorithm and find the AKS primality test, then i ask my self if this algorithm could be implement in scheme or in c++?. Has anyone tried implementing the AKS test? |
|||||||
|
|
Scheme and C++ (and Racket and Pascal and Logo and Modula-3 and Postscript) are all Turing equivalent, meaning that they can all be used to simulate each other, and hence that they can all compute the same things. So: yes, you can implement this in Scheme. Or any other Turing-complete language. |
|||||||||||||
|
|
|
|||
|
|
|
Of course it can. Google helps here. |
|||
|
|