General Information about the Project Euler 100 Challenge
I'm attempting this in rust, which is a language I haven't used before.
For now, each problem is structured in its own rust project, created
with cargo new
.
Each directory should have in it its own README.md
file which
contains the problem statement and some notes of mine on the solution
and what rust I'm learning as I do the problem.
https://github.com/fizbin/pe100challenge
- Problem 1
- Problem 2
- Problem 3
- Problem 4
- Problem 5
- Problem 6
- Problem 7
- Problem 8
- Problem 9
- Problem 10
- Problem 11
- Problem 12
- Problem 13: Large sum
- Problem 14: Longest Collatz sequence
- Problem 15: Lattice paths
- Problem 16: Power digit sum
- Problem 17: Number letter counts
- Problem 18: Maximum path sum I
- Problem 19: Counting Sundays
- Problem 20: Factorial digit sum
- Problem 21: Amicable numbers
- Problem 22: Names scores
- Problem 23: Non-abundant sums
- Problem 24: Lexicographic permutations
- Problem 25: 1000-digit Fibonacci number
- Problem 26: Reciprocal cycles
- Problem 27: Quadratic primes
- Problem 28: Number spiral diagonals
- Problem 29: Distinct powers
- Problem 30: Digit fifth powers
- Problem 31: Coin sums
- Problem 32: Pandigital products
- Problem 33: Digit cancelling fractions
- Problem 34: Digit factorials
- Problem 35: Circular primes
- Problem 36: Double-base palindromes
- Problem 37: Truncatable primes
- Problem 38: Pandigital multiples
- Problem 39: Integer right triangles
- Problem 40: Champernowne's constant
- Problem 41: Pandigital prime
- Problem 42: Coded triangle numbers
- Problem 43: Sub-string divisibility