Test writing to README

This commit is contained in:
David Doblas Jiménez 2021-10-31 08:57:03 +01:00
parent 7863c00642
commit 4b9ab1a999

11
README.md Normal file
View File

@ -0,0 +1,11 @@
Having a bit of fun trying to solve the problems from https://projecteuler.net/archives using different programming languages for learning purposes.
## Results
| Problem # | Result | T_exec (Python) | T_exec (Julia) |
| :-------: | ----------: | --------------: | -------------: |
| 1 | 233_168 | 0.221 ms | 2.295 μs |
| 2 | 4_613_732 | 0.007 ms | 19.030 ns |
| 3 | 6_857 | 0.465 ms | 14.364 μs |
| 4 | 906_609 | 365.082 ms | 15.429 ms |
| 5 | 232_792_560 | 0.010 ms | 915.660 ns |