Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 499 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 499 Bytes

AKSPrimality

The AKS(Agrawal-Kayal-Saxena) Primality Test published by Computer Scientists from IIT Kanpur in 2002 is the world's first primality proving algorithm to be simultaneously general,polynomial,deterministic and unconditional which won them the 2006 Godel Prize and 2006 Fulkerson Prize. more at : https://en.wikipedia.org/wiki/AKS_primality_test

This is a python implementation of the same to find primes in a given range.

Screenshot : https://github.com/phantom-5/AKSPrimality/wiki