sort

module
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2025 License: MIT-0

README

Sorting algorithms

Go Reference Go Report Go Coverage

Sorting algorithms implemented in Go.
Use as a learning resource.
Clarity and simplicity, not so much performance, are the goals.

Directories

Path Synopsis
Package heap implements Floyd's bottom-up Heapsort.
Package heap implements Floyd's bottom-up Heapsort.
Package quick implements Tony Hoare's Quicksort and Quickselect.
Package quick implements Tony Hoare's Quicksort and Quickselect.
Package shell implements Shellsort with Tokuda's sequence.
Package shell implements Shellsort with Tokuda's sequence.

Jump to

Keyboard shortcuts

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