|
|
|
|
|
by d3x
5657 days ago
|
|
I took each x axis line segment
x(1) -> x(6) for example
and hashed it at 1,2,3,4,5,6
and did that for everyone
then it would simply be a question of iterating each M point and looking at the hash table Probably a stupid way to do it but it worked. I think the issue was that I did not know points == queries |
|