Quiz

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jubri Siji

    Quiz

    Please does anyone know where i can get the answer to this Question

    In a three-dimensional structure, there are million points, how to
    design an algorithm to find out nearest 100 points towards the origin.


  • rajkumar@hotmail.com

    #2
    Re: Quiz

    What exactly do you mean by three-dimensional structure ?

    If it is just a million points sort the point by their distance from
    the origin.. The first 100 should be the points that you need

    Raj

    Comment

    Working...