How to find a point in 3d space for the placement of main node quickly so that it minimized the distance between the other randomly placed points connected to the node in star connection?

I am asking this question with respect to wireless sensor networks where you need to place the main node so that the distance between all other random nodes is minimized and the longevity of the network is improved.

If I randomly choose a point and try to minimize the distance from all other nodes then I may end up with large search space.Is there any better algorithm that can give me the right points quickly.

Can I use Dijkstra algorithm in this case and if yes how?

More Suman Maroju's questions See All
Similar questions and discussions