# Project Eular

- [1 Multiples of 3 and 5](https://maksimdan.gitbook.io/interview-practice-problems/project_eular/1_multiples_of_3_and_5.md)
- [2 Even Fibonacci numbers](https://maksimdan.gitbook.io/interview-practice-problems/project_eular/2_even_fibonacci_numbers.md)
- [3 Largest Prime Factor](https://maksimdan.gitbook.io/interview-practice-problems/project_eular/3_largest_prime_factor.md)
- [4 Largest Palindrome Product](https://maksimdan.gitbook.io/interview-practice-problems/project_eular/4_largest_palindrome_product.md)
- [5 Smallest Multiple](https://maksimdan.gitbook.io/interview-practice-problems/project_eular/5_smallest_multiple.md)
- [6 Sum Square Difference](https://maksimdan.gitbook.io/interview-practice-problems/project_eular/6_sum_square_difference.md)
- [7 10001st Prime](https://maksimdan.gitbook.io/interview-practice-problems/project_eular/7_10001st_prime.md)
- [8 Largest Product in a Series](https://maksimdan.gitbook.io/interview-practice-problems/project_eular/8_largest_product_in_a_series.md)
- [9 Special Pythagorean Triplet](https://maksimdan.gitbook.io/interview-practice-problems/project_eular/9_special_pythagorean_triplet.md)
- [10 Summation of Primes](https://maksimdan.gitbook.io/interview-practice-problems/project_eular/10_summation_of_primes.md)
- [11 Largest Product in a Grid](https://maksimdan.gitbook.io/interview-practice-problems/project_eular/11_largest_product_in_a_grid.md)
- [12 Highly Divisible Triangular Number](https://maksimdan.gitbook.io/interview-practice-problems/project_eular/12_highly_divisible_triangular_number.md)
- [13 Large Sum](https://maksimdan.gitbook.io/interview-practice-problems/project_eular/13_large_sum.md)
- [14 Longest Collatz Sequence](https://maksimdan.gitbook.io/interview-practice-problems/project_eular/14_longest_collatz_sequence.md)
- [15 Lattice Paths](https://maksimdan.gitbook.io/interview-practice-problems/project_eular/15_lattice_paths.md)
- [16 Power Digit Sum](https://maksimdan.gitbook.io/interview-practice-problems/project_eular/16_power_digit_sum.md)
- [17 Number Letter Counts](https://maksimdan.gitbook.io/interview-practice-problems/project_eular/17_number_letter_counts.md)
- [18 Maximum path sum I](https://maksimdan.gitbook.io/interview-practice-problems/project_eular/18_maximum_path_sum_i.md)
- [19 Counting Sundays](https://maksimdan.gitbook.io/interview-practice-problems/project_eular/19_counting_sundays.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://maksimdan.gitbook.io/interview-practice-problems/project_eular.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
