Categorygithub.com/mkmik/argsort
repositorypackage
1.1.0
Repository: https://github.com/mkmik/argsort.git
Documentation: pkg.go.dev

# README

Go Report Card

Argsort

Package argsort is Go package that implements a variant of the sort function that returns a slice of indices that would sort the array.

The name comes from the popular Python numpy.Argsort function.