Skip to content

benfrisbie/go-sorting-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 ./...

Releases

No releases published

Sponsor this project

Packages

 
 
 

Languages