Give a list of mines, each mine contains 3 numbers, x, y coordinates and explosion range . Find the initial mine that can eventually detonate the most mines.
the x, y coordinates can be negative numbers and all three numbers can be double. I used dfs but got wrong answer