Skip to content
/ argsort Public

Return the indices that would sort a slice without mutating the slice

License

Notifications You must be signed in to change notification settings

mkmik/argsort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Return the indices that would sort a slice without mutating the slice

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages