Closed hryxna closed 4 years ago
Hi, this seems interesting. Can I work on this?
Hi, this seems interesting. Can I work on this?
Sure why not go ahead @KRHero03 π.
Can I work on this in C#?
I can try to work on this in Python.
I would make it using JavaScript, its possible.?
Yes sure @cyenney @Ajordat @momosetti go ahead implement. A suggestion for you guys do add the comments/explanations about the program. you guys can also check my code in java for reference π Luhn's Algorithm
Also, I would also assign this to you guys as per the language you would be implementing.
Can i work on this in C++??
Sure @deep1112002, go ahead π.
Sure thing. I added the PR #181 as it adds the code for Python.
I added the pull request #185 for Luhn's algorithm in C++
@aditya109 @hryxna go check PR #182 - thank's in advance.
@Ajordat @momosetti @deep1112002 I have reviewed the code from my perspective and commented for necessary changes if required kindly check it π.
Hey @aditya109 can I make it using javascript?
@kanishq1 go ahead π.
Hi, this seems interesting. Can I work on this?
Yeah sure @maverickLez, go ahead π.
Hey everyone I was having a doubt regarding my explanation that I have given on the issue Should I directly add the one which I have made in README.md or keep this one as it is?
@hryxna will this PR be counted towards hacktoberfest 2020, as it is not labelled as "hacktoberfest-accepted"?
@maverickLez it will be counted until and unless we have labelled it after reviewing it thoroughly. So first implement it make a PR and then sit back and let us review it π.
Hey everyone I was having a doubt regarding my explanation that I have given on the issue Should I directly add the one which I have made in README.md or keep this one as it is?
Make a change in README.md or add clarification in the issue description itself.
Hey @hryxna ! I see you are really interested in open source grooming. I really that. Would you like to become a collaborator in this repo. That way I could add you as a reviewer and you could provide your insights as a moderator. If you are, accept the invite I have sent to you.
Sure @aditya109 why not I would be happy to become a collaborator π. It would help me too as well As I'm new to GitHub and git Thanks for inviting me π.
Hey everyone I was having a doubt regarding my explanation that I have given on the issue Should I directly add the one which I have made in README.md or keep this one as it is?
Make a change in README.md or add clarification in the issue description itself.
I think I would change this one with the one I wrote it. it would be much easier to understand.
If anyone doesn't understand then feel free to comment mentioning me along with the doubts π.
Sure @aditya109 why not I would be happy to become a collaborator π. It would help me too as well As I'm new to GitHub and git Thanks for inviting me π.
Pleasure is all mine.
So What's Luhn's Algorithm π€
Basically it checks whether a credit card is a valid one or not.
Luhn's Algorithm
NOTE:
Input should only be digits no alphabets or any special characters or whitespaces should be allowed.
For the mentioned cards it will check their first digits as well as the total no. of digits that are mentioned below :
For the main part find whether checksum % 10 is "0" or not?
Very Last step is to check whether the checksum divided by 10 would give us remainder "0" or not?