Python NumPy | Sort

Опубликовано: 21 Июнь 2019
на канале: Dan Leeman
3,824
69

The NumPy sort function can be used to sort arrays from lowest to highest value or based on a custom defined value. Sorting can be used on single or multidimensional arrays in multiple ways using the axis keyword. If a specific sorting algorithm is desired, the sort function allows the use of quicksort, mergesort, heapsort, and stable.