solutions to problems in Project Euler
| function | function name and file |
|---|---|
| n Choose k | nchoosek(n,k) |
| GCD of two numbers | gcd(a,b) |
| Factorial | factorial(n) |
solutions to problems in Project Euler
| function | function name and file |
|---|---|
| n Choose k | nchoosek(n,k) |
| GCD of two numbers | gcd(a,b) |
| Factorial | factorial(n) |