Alter 2 files

Update `README.md`
Add `p2after.svg`
This commit is contained in:
akp 2023-12-12 22:26:38 +00:00
parent c3b731a267
commit 3d46f259ca
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755
2 changed files with 1024 additions and 1 deletions

View file

@ -4,4 +4,6 @@ Before optimisation: 17.13 seconds for part 1
![Part 1 before optimisation](p1before.svg)
* Reduced allocations of strings by using the same instance of a list in `generate_possible_observations()`
After optimisation: 0.80 seconds for part 2
![Part 2 after optimisation](p2after.svg)

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 42 KiB