Advent of Code F# – Day 24
ps. look out for all my other solutions for Advent of Code challenges here. Day 24 See details of the challenge here. Today’s challenge is a mix of Breadth-First Search (or Level Order Tree Traversal) and the Travelling Salesman Problem. First, let’s parse the input file into a 2D array to make it easier for …