How to find the index of n largest elements in a list or np.array, Python

前端 未结 4 685
夕颜
夕颜 2021-02-05 09:05

Is there a built-in function or a very simple way of finding the index of n largest elements in a list or a numpy array?

K = [1,2,2,4,5,5,6,10]

4条回答
提交回复
热议问题