rougier/numpy-100

It seems that #61 and #50 are similar

ToheartZhang opened this issue · 4 comments

  1. Find the nearest value from a given value in an array (★★☆)
  1. How to find the closest value (to a given scalar) in a vector? (★★☆)

You're right. We should merge them and find a new question for 61. Maybe something like find the 3 nearest values and we could use partial ordering to speed things up.

You're right. We should merge them and find a new question for 61. Maybe something like find the 3 nearest values and we could use partial ordering to speed things up.

Thx for replying!

Do you want to write the new 61 ?

Do you want to write the new 61 ?

Sure, I'll try to make a pull request.