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) |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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) |