In this challenge, we wanted to find the highest possible minimum number of lines needed to be traversed to travel between any 2 arbitrary points. For most points, this is 4. However, there are 2 for which it is 5. The answer is thus 5.
Day: January 21, 2019
Maximum Seperation
This challenge utilizes the concepts of basic graph theory and counting.
The challenge is to find the highest possible minimum number of lines needed to be traversed to get between any 2 arbitrary points.