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

Added 20+ languages to opimized_implementations and implementations #247

Closed enVId-tech closed 8 months ago

enVId-tech commented 8 months ago

Added languages down below:

.tsx .jsx .env .LICENSE .Makefile .acorn .bat .cmake .css .css.map .cts .d.ts .env.local .eslintrc.json .github .gitignore .hintrc .mts .npmignore .sass .scss .travis.yml .yml

mawerty commented 8 months ago

Hey! This PR looks great, but could you also add normal implementations? Also sorry for answering after 3 days, but I forgot to do it earlier.

enVId-tech commented 8 months ago

Hey! This PR looks great, but could you also add normal implementations? Also sorry for answering after 3 days, but I forgot to do it earlier.

Sorry for not letting you know earlier yesterday; however, I have added a new commit for adding all the languages inside of the normal implementations folder.

mawerty commented 8 months ago

Now the PR looks great. Thank you for your contribution!