Add 2021-09 in Python (with visualisation)

This commit is contained in:
akp 2021-12-09 21:26:08 +00:00
parent 8c30110e64
commit cd23a43f53
No known key found for this signature in database
GPG key ID: AA5726202C8879B7
9 changed files with 268 additions and 1 deletions

View file

@ -0,0 +1,15 @@
{
"day": 9,
"dir": "challenges/2021/09-smokeBasin",
"implementations": {
"Python": {
"part.1.avg": 0.04718727922439575,
"part.1.max": 0.19989562034606934,
"part.1.min": 0.01859116554260254,
"part.2.avg": 0.10986182379722595,
"part.2.max": 0.3891136646270752,
"part.2.min": 0.041121721267700195
}
},
"numRuns": 1000
}