2021-10-31 08:46:50 +01:00
2021-09-26 17:40:44 +02:00
2021-10-30 18:57:07 +02:00
2021-06-05 14:32:17 +02:00
2021-10-27 11:27:14 +02:00
2021-10-31 08:46:50 +01:00

# Project_Euler_Solutions

Having a bit of fun trying to solve the problems from https://projecteuler.net/archives using different programming languages for learning purposes.


# Project Euler Solutions
| Problem # |   Result    | T_exec (Python) | T_exec (Julia) |
| :-------: | ----------: | --------------: | -------------: |
|     1     |     233_168 |        0.210 ms |      2.295 μs  |
|     2     |   4_613_732 |        0.006 ms |     19.031 ns  |
|     3     |       6_857 |        0.311 ms |     14.364 μs  |
|     4     |     906_609 |      365.023 ms |     15.399 ms  |
|     5     | 232_792_560 |        0.016 ms |    889.851 ns  |
Description
No description provided
Readme 1.1 MiB
Languages
Python 57.2%
Julia 42.8%