diff --git a/docs/index.md b/docs/index.md index f01be1b..aa823f2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,11 +1,10 @@ # Welcome + This site presents select explanations to solutions for [Project Euler](https://projecteuler.net/) problems that I have solved. View my code [repository](https://github.com/retiman/project-euler) here. My Project Euler solutions repository can be found here ## Problems -- [Problem 3](/project-euler/problem-3): Largest prime factor -- [Problem 15](/project-euler/problem-15): Lattice paths -- [Problem 24](/project-euler/problem-24): Lexicographic permutations + - [Problem 26](/project-euler/problem-26): Reciprocal cycles - [Problem 27](/project-euler/problem-27): Quadratic primes - [Problem 67](/project-euler/problem-67): Maximum path sum II