Skip to content

This is a library of functions that may come in useful when solving problems on Project Euler.

License

Notifications You must be signed in to change notification settings

MarcoPlatino/EulerKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EulerKit

GitHub Workflow Status PyPI Version Python Versions License Issues Pull Requests

This is a Python Library inspired by the functions that are needed to solve many Project Euler problems. It also includes some utilities that I personally enjoy very much.

Here is a (non-comprehensive) list of features that are in the library:

  • Palindromes
    • The ability to verify if a number is a palindrome
  • Prime Generation
    • The ability to generate a large set of prime numbers - to a list or to a file if you want to pre-generate them.
  • Pandigital
    • The ability to verify if a number is pandigital or not

Quickstart:

You can install the library by running:

pip install EulerKit

From there you can begin using the library immediately by including it as one of your imports:

from EulerKit import*

If you want a more comprehensive guide, check the wiki

If you are curious, the PyPi page is located here

About

This is a library of functions that may come in useful when solving problems on Project Euler.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages