Racket Primality Testing and Integer Division Project
- Gavin
- Apr 20, 2018
- 1 min read
In this personal project I used my experience in Racket to write code for testing for standard, Fermat and Rabin-Miller prime integers. I also developed functions for determining the prime factorization of an integer and to test if an integer is a Fermat pseudoprime or Rabin-Miller pseudoprime.
https://files.acrobat.com/a/preview/a8845607-3886-450b-89f2-be86de4026f6

Comments