package
0.0.0-20240915143629-af7e6db15e88
Repository: https://github.com/erikbryant/project-euler.git
Documentation: pkg.go.dev
# Functions
SortStringByCharacter sorts the characters within a string Taken from https://siongui.github.io/2017/05/07/go-sort-string-slice-of-rune/.
StringToRuneSlice chops up a string into a slice of runes Taken from https://siongui.github.io/2017/05/07/go-sort-string-slice-of-rune/.