I am trying to solve the problem shown in the image attached. I got the divide part, where you would recursively divide the line sets into halves and the lines with the smallest and largest slope would be visible.
I don't know how to do the merge part though and I'm not understanding it.
Intuitively, at first, I'd think that all lines would be visible eventually if there are no three lines that intersect at one point.
As well, the conquer part is when I would take out invisible lines... from what I understand, there shouldn't be any lines taken out before the conquer phase.
If anyone can explain for those of us that has a bit of a slower brain, I'd be very thankful! :)