Skip to content

Added findDivisors #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 8, 2016
Merged

Added findDivisors #118

merged 1 commit into from
Sep 8, 2016

Conversation

argonlaser
Copy link
Contributor

Added findDivisors to find all the divisors of a natural number.
Implemented three versions.

  1. findDivisorsGeneric
  2. findDivisorsByPairingUnsorted
  3. findDivisorsByPairingSorted

Signed-off-by: Venkata krishna vkvenkat94@gmail.com

@argonlaser argonlaser force-pushed the master branch 3 times, most recently from 748dc24 to 3f4e7e0 Compare August 27, 2016 17:44
@coveralls
Copy link

coveralls commented Aug 27, 2016

Coverage Status

Coverage increased (+0.05%) to 97.105% when pulling 3f4e7e0 on argonlaser:master into dec8937 on felipernb:master.

Added findDivisors to find all the divisors of a natural number.
Implemented three versions.
1) findDivisorsGeneric
2) findDivisorsByPairingUnsorted
3) findDivisorsByPairingSorted

Signed-off-by: Venkata krishna <vkvenkat94@gmail.com>
@felipernb felipernb merged commit d71ac43 into felipernb:master Sep 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants