So Im trying advent of code day 3 and it's returning a proper answer for 2 of the test inputs but not for 2 others (including the main input)
Heres the website:
https://adventofcode.com/2019/day/3
Im not good at this type of problem (yet??) but basically it's two lines, with instructions like L8 and U4, my code splits the two lines and then creates points for each x,y pair a line goes to, it then finds which pairs both lines share and then finds the minimum of them