Murilo Camargos

Results 2 issues of Murilo Camargos

### How the solution works This is a brute force solution with two optimizations: 1. Getting first and last 9 digits without transforming it to string so we don't need...

python

There's a lot of problems in Project Euler that relies on the same kind of operations, e.g., prime testing, prime generator, fibonacci sequence, and so on. It would be nice...