package
Version:
v0.1.14
Opens a new window with list of versions in this module.
Published: May 16, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
func QuickSort[T any](xs []T, lessThan func(l, r T) bool) []T
This is a generic Quicksort. You only need to pass in a predicate function that tells whether or not l is less than r.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.