Skip to content

leefernandes/gorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Having fun sorting in Go.

go run .

pkg/custom3

Partitioning the dataset to run quicksort concurrently on partitions to make quicksort faster.

pkg/custom2

A custom sorting algorithm exploring a seek-ahead strategy.

pkg/custom1

A typical brute force iterative sort with mild optimizations.

About

fun with sorting in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages