Helper functions for Project Euler
Project description
Some useful functions that are helpful in completing Project Euler (projecteuler.net) problems.
# Description
This package contains 10 modules * divisors(n): returns a list of divisors of net * prime_factors(n): returns a list of the prime factors of net * is_prime(n): check if n is prime * sieve_of_eratosthenes(n): returns a list of all prime numbers < n * is_palindrome(n): checks if n is a palindromic numbers * is_pandigital(n): n is a m-digit pandigital number if it contains all digits 1-m exactly once * is permutation(a, b): checks if a and b are permutations of each other * coprime(a, b): check if a and b are coprime * totient(n): returns Euler’s totient functions * generalized_hamming(x, n): Checks if integer x has no prime factors larger than n
# Installation
`bash pip install euler_helper `
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file euler_helper-0.4.tar.gz.
File metadata
- Download URL: euler_helper-0.4.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eec12e69a318aedd545f20adca4114de654f4b6e5dd22ecbb180f8fc2cf016b2
|
|
| MD5 |
1c815ee9ef68a06cea167c7b374da06e
|
|
| BLAKE2b-256 |
e0191b7c9e71737f3a50c097429fedd02d1fb80e5a4195019aebc3779f6aa44b
|