you can arrange them with equal distances !
if n=1 then, it does not matter where you put the point !
if n>1 then, put them with distances = (r2i-r1i) / (n-1) !
it means ou put the first point on r1i and the last point on r2i, the
remaining point are distributed with equal distances !

On Oct 5, 5:22 pm, monty 1987 <[email protected]> wrote:
> We have to locate n points  on the x-axis
> For each point xi
>                             the x co-ordinate of it lies between a range
> [r1i,r2i]
> Now we have to decide the location of points such that
>         minimum { distance between any two points } is maximum.
>
> Any answer is welcomed.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---

Reply via email to