Skip to content

RokNikolic/go-sorting

Repository files navigation

A Go sorting library

Implementations of several sorting algorithms in Go 1.22.

Using this library

go get -u github.com/RokNikolic/go-sorting

  • Implemented:
    • Bubble sort
    • Cocktail sort
    • Comb sort
    • Odd-even sort
    • Gnome sort
    • Insertion sort
    • Shell sort
    • Selection sort
    • Double selection sort

About

Implementations of many sorting algorithms

Topics

Resources

Stars

Watchers

Forks

Languages