lprimeroo / DSA

Implementations of various data structures and algorithms.
MIT License
104 stars 179 forks source link

modular multiplicative inverse #133

Closed srbcheema1 closed 6 years ago

srbcheema1 commented 6 years ago

Sir this pull request adds a program to calculate multiplicative mod inverse of a under modulo m this is for issue #131

lprimeroo commented 6 years ago

Please edit the README file accordingly :)

srbcheema1 commented 6 years ago

ok sir i will ;)

lprimeroo commented 6 years ago

Please resolve the merge conflicts :)

srbcheema1 commented 6 years ago

done sir

srbcheema1 commented 6 years ago

@saru95 now i have again resolved conflicts for second time . they will pop up again if you start merging PR's from top . sir merge PR's from bottom to top . first come first served . ... sir this time please merge my PR first else there will be again be conflicts by the time you come to my PR because as other contributers come they update readme.md file accordingly and it creates a conflict or you may also resolve the conflict if there is form next time you will see one . because conflicts in readme file are minor ones they don't take much time to resolve . but if left unresolved they will remain as conflict as many other contributers are also accessing the same file .

srbcheema1 commented 6 years ago

screenshot from 2017-10-03 20-10-18 check this out sir i have resolved the conflicts . but by the time you will come to merge PR . they will again be conflicting with someone's commit if i am doing something wrong please point that out sir

srbcheema1 commented 6 years ago

thanks for the merge sir :smile:

lprimeroo commented 6 years ago

sir merge PR's from bottom to top . first come first served .

It doesn't work that way. Read about rebasing :)