CameronAavik / AdventOfCode

My C# and F# Advent Of Code solutions
73 stars 10 forks source link

Figure out a decent solution for 2018 Day 6 #2

Closed CameronAavik closed 5 years ago

CameronAavik commented 5 years ago

Currently it just does a basic O(W * H * N) search across each grid cell on each node. Some possibilities:

CameronAavik commented 5 years ago

Fixed in 8c647b41