mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-23 15:09:49 +00:00
* add problem title and link, fix f-string Signed-off-by: joan.rosellr <joan.rosellr@gmail.com> * fix code style and improve doctests Signed-off-by: joan.rosellr <joan.rosellr@gmail.com> * undo changes to the main call Signed-off-by: joan.rosellr <joan.rosellr@gmail.com> * remove assignment operator in f-string Signed-off-by: joan.rosellr <joan.rosellr@gmail.com> * add newline after first import to attempt to fix pre-commit workflow Signed-off-by: joan.rosellr <joan.rosellr@gmail.com> * undo doctest changes, rename compute_pandigital_primes to solution Signed-off-by: joan.rosellr <joan.rosellr@gmail.com> * update solution to return the actual solution instead of a list Signed-off-by: joan.rosellr <joan.rosellr@gmail.com> * Update sol1.py Co-authored-by: Dhruv <dhruvmanila@gmail.com>
ProjectEuler
Problems are taken from https://projecteuler.net/.
Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Project Euler is ideal for mathematicians who are learning to code.
Here the efficiency of your code is also checked. I've tried to provide all the best possible solutions.
For description of the problem statements, kindly visit https://projecteuler.net/show=all