Test writing to README

This commit is contained in:
David Doblas Jiménez 2021-10-31 08:36:09 +01:00
parent 022ae034d6
commit 350d3993b6

View File

@ -1,3 +1,6 @@
# Project_Euler_Solutions # Project Euler Solutions
| Problem # | Result | T_exec (Python) | T_exec (Julia) |
Having a bit of fun trying to solve the problems given in https://projecteuler.net/archives using Python. | :-------: | --------: | --------------: | -------------: |
| 1 | 233_168 | 0.218 ms | 2.297 μs |
| 2 | 4_613_732 | 0.005 ms | 19.031 ns |
| 3 | 6_857 | 0.457 ms | 14.364 μs |