This commit is contained in:
2023-12-11 11:53:59 +01:00
parent b2eadb440e
commit 3294353d22
5 changed files with 82 additions and 0 deletions

8
day11/Part2.hs Normal file
View File

@@ -0,0 +1,8 @@
module Part2 where
import Commons
computeDistances :: Image -> [[Int]]
computeDistances image = let expansionArrays = getExpansionArrays 999999 image
in getDistances image expansionArrays