John Law
John Law
Please fix the build checks.
Let's fix the tests? - this would be great to have
Yes, but maintainers do not have the edit permission, so if you could please fix those 2 issues
@elpaxoudis Yeah, I think they can be removed, and the negative / type check can be performed when processing input (if any). If we want to handle the negative /...
> > We have a lot of `is_prime` (or similar) functions: https://github.com/TheAlgorithms/Python/search?p=4&q=is_prime, https://github.com/TheAlgorithms/Python/search?q=isPrime, [data_structures/hashing/number_theory/prime_numbers](https://github.com/TheAlgorithms/Python/blob/master/data_structures/hashing/number_theory/prime_numbers.py), etc. Shall we use one common function for that exactly identical `is_prime` calculation (which takes `O(sqrt(n))`)?...
> > @poyea, > > I have other question: some problems in projecteuler folder seens to be resolved already. Some require a function like `is_prime()`, to determine if it's prime...
> > > > > > > > > > > > > > @poyea, > > > > I have other question: some problems in projecteuler folder seens to...
@Amanrk7 I think the goal here is to make them uniform in function calls and implementations (as opposed to originally make them shared). In this way, every file of code...
Hey @elpaxoudis! For 1 & 2, yes, and these can be done altogether in this issue. It would be of help if you could check also other algorithms and files...
The next item would be to check against the [project_euler](https://github.com/TheAlgorithms/Python/tree/master/project_euler) files. Afterwards we can close this issue