Theory and Practice
About Archives Categories Tags Authors 中文 ไทย
  1. Tags
  2. Go sort

[Golang] Names scores - Problem 22 - Project Euler

October 23, 2018

Go solution to Names scores - Problem 22 - Project Euler.

 read more »

[Golang] Sort Words Alphabetically

April 10, 2018

Sort a list of words alphabetically in Go.

 read more »

[Golang] List Directory Size in Ascending Order (Excluding Sub-Directories)

March 31, 2018

List folder size in ascending orfer, excluding sub-folders, in Go.

 read more »

[Golang] Sort Files by Size

February 15, 2018

Sort files by size in Go. Use sort.Slice on the slice of os.FileInfo returned by ioutil.ReadDir.

 read more »

[Golang] Sort String by Character

May 07, 2017

Sort a string by character, i.e., convert the string to []rune and then sort the slice of runes in Go programming language.

 read more »

[Golang] Check Whether Two Strings Are Anagram of Each Other

May 06, 2017

Check whether two strings are anagram of each other by sorting in Go programming language.

 read more »
Powered by Github Pages, Pelican, pyScss.