Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Implement Fermat Method in Primality Test Algorithms

Open adithyaakrishna opened this issue 4 years ago • 10 comments

Implement Fermat Method in Primality Test Algorithms in a language of your choice.

Please read the contributing guidelines in CONTRIBUTING.md

Languages claimed/implemented:

  • [x] C++ (by @arnav-roy)
  • [x] Java (by @juanmagutierrez)
  • [x] Python (by @prerna250)
  • [ ] C#

adithyaakrishna avatar Oct 02 '20 20:10 adithyaakrishna

i would like to contribute in this project in python language.

prerna250 avatar Oct 03 '20 11:10 prerna250

@prerna250 assigning it to you

deutranium avatar Oct 03 '20 13:10 deutranium

I would like to contribute in C++

arnav-roy avatar Oct 03 '20 18:10 arnav-roy

@arnav-roy sure assigning it to you

deutranium avatar Oct 03 '20 19:10 deutranium

i would like to do it in Java.

juanmagutierrez avatar Oct 04 '20 02:10 juanmagutierrez

@juanmagutierrez sure

deutranium avatar Oct 04 '20 12:10 deutranium

I have submitted 3 PR's.

prerna250 avatar Oct 16 '20 05:10 prerna250

@prerna250 none of the PRs you submitted are on this repo so I can't accept them. I think you made them on your fork instead. Refer this for some instructions and make the PRs on this repo instead. Your code is good and as soon as you make a PR here, I'll be able to accept them.

Happy coding 🎉

deutranium avatar Oct 17 '20 00:10 deutranium

oh okay i am quiet new to this thing thanks a lot for the guidance i'll make the necessary changes ASAP

prerna250 avatar Oct 17 '20 09:10 prerna250

Can I work on the C code?

AtigPurohit avatar Dec 02 '20 06:12 AtigPurohit