Skip to content

primelib #211

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 9 commits into from
Nov 28, 2017
Merged

primelib #211

merged 9 commits into from
Nov 28, 2017

Conversation

christianbender
Copy link

This python library contains some useful functions to deal with
prime numbers and whole numbers. The ideas for the algorithms came from resolves some problems from Project Euler.

christianbender added 9 commits November 18, 2017 16:29
This python library contains some useful functions to deal with
prime numbers and whole numbers. The ideas came by the problems sets from ProjectEuler.
I have remove the semicolons in line 8 and line 12
I have remove some semicolons. line 11, 12 and 42
I have remove some semicolons.
Identifier 'max' changed in 'maxNumber' , since 'max' is a function.
On this solution I used a 'set' data structure, since more efficient.
On this solution I used a 'set' data structure, since more efficient.
@harshildarji harshildarji merged commit 7bb26e9 into TheAlgorithms:master Nov 28, 2017
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