go-sorting-algorithms

module
v0.0.0-...-9bef3dd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 12, 2024 License: Apache-2.0

README

Build Status Codecov

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

Path Synopsis
pkg
sorting
Package sorting provides sorting algorithms that operate on generic slices.
Package sorting provides sorting algorithms that operate on generic slices.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL