Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down