Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

ebiiim/bitonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BITONIC: A bitonic sorter implemented in Go.

GoDoc Build Status Go Report Card

x := []int{8, 7, 6, 5, 4, 3, 2, 1}
bitonic.SortInts(x, bitonic.Ascending)
fmt.Print(x) // [1 2 3 4 5 6 7 8]

Releases

No releases published

Packages

No packages published