aGiven a city in the form of a square.There are various cell towers located at various points in the square city(say (x,y)).The distribution of towers is totally random.Now given an (x,y) point,design a data structure that help you tell whether the cell tower is present in the location or not.
Ans: We can solve it using quad tree.
Ans: We can solve it using quad tree.
No comments:
Post a Comment