module
Version:
v0.0.0-...-9bef3dd
Opens a new window with list of versions in this module.
Published: Jun 12, 2024
License: Apache-2.0
Opens a new window with license information.
README
¶

About
Sorting algorithms written in golang using generics.
Testing
Run tests:
go test ./...
Run benchmarks:
go test -bench=. ./...
Specify slice length
go test -bench=. -slice_length=10000 ./...
Directories
¶
pkg
|
|
sorting
Package sorting provides sorting algorithms that operate on generic slices.
|
Package sorting provides sorting algorithms that operate on generic slices. |
Click to show internal directories.
Click to hide internal directories.