Skip to content

Ramshackle-Jamathon/go-quickPerm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickPerm

The quickperm algorithm implemented with Go

Example

for permutation := range quickPerm.GeneratePermutationsString([]string{"a","b","c","d","e","f","g","h"}) {
    fmt.Println(permutation)
}

Badges

GoDoc

About

Permutations for primitives in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages