This website requires JavaScript.
Explore
Help
Sign in
fotonmoton
/
algorithms
Watch
1
Star
0
Fork
You've already forked algorithms
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e161de1881
algorithms
/
sorting
/
sort.go
4 lines
68 B
Go
Raw
Normal View
History
Unescape
Escape
selection sort
2021-12-06 08:01:25 +02:00
package
sorting
generic sorting
2021-12-16 17:46:10 +02:00
type
SliceSorter
[
T
any
]
func
(
[
]
T
,
func
(
T
,
T
)
bool
)
Reference in a new issue
Copy permalink