Skip to content

earthboundkid/go-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-utils

A collection of Go utility packages. ##Contents ###Shuffle Implementation of the Fisher–Yates shuffle (Knuth shuffle).

###Normalized Sort Quick and dirty case-insensitive sorting of string slices.

###Semaphore A reference implementation of a Semaphore-type.

###Combinations Contains iterators for going through combinations in lexical order, e.g. {0, 1}, {0, 2}, {1, 2} for N=3, K=2.

About

Implementation of the Fisher–Yates shuffle (Knuth shuffle) in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages