Remove testing file

This commit is contained in:
David Doblas Jiménez 2021-10-31 08:54:32 +01:00
parent e556880627
commit 7863c00642

View File

@ -1,13 +0,0 @@
# 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 |