You are given two end points ( consider them as two end stations
at some distance  ) there are 100 stations between these two . Now you
need to build a train track between these two end points which
includes only 10 stations and not more than that . Now the objective
is to find such 10 stations such that the maximum distance between any
two consecutive stations is minimum .

mine solution is

 find all  possible subset of 10 elements and answer is that subset
for which sum (of distance  between
consecutive stations )is minimum..
is it correct or any other solution.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to