Skip to content

We will study some factorization algorithms,firstly we will we Eratosthenes algorithm to determine if the number is prime, if not we will then factorise

License

Notifications You must be signed in to change notification settings

includecode/limitless_factorisation_algorithms

Repository files navigation

limitless_factorisation_algorithms

We will study some factorization algorithms,firstly we will use Eratosthène's, algorithm, also Rabin-Miller's algorithm to determine if the number is prime, if not we will then factorise with a fairly complex algorithm. After that we will compare running time results we a classical algorithm.

Comment tester le programme

taper par exemple: ./app 1000 (pour factoriser le nombre 1000)

About

We will study some factorization algorithms,firstly we will we Eratosthenes algorithm to determine if the number is prime, if not we will then factorise

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published