mawerty / Is-Prime

O(1) Algorithm to check if number is prime that works in 95%+ cases.
https://mawerty.github.io/Is-Prime/
Other
713 stars 144 forks source link

Add Mr. Hashemi implementation #261

Closed masanmola closed 3 months ago

masanmola commented 3 months ago

Adding Mr. Hashmi's implementation so that Mr. Hashmi's fans can use this incredible program. The language itself: https://github.com/mr-hashemi/mr-hashemi

mawerty commented 3 months ago

add optimized implementation too, please

masanmola commented 3 months ago

Done, although I couldn't find an optimization method in the documentation.