Go-Sorting-Searching

What it is?

Examples of sorting and searching from the sorting package in golang. Some examples based on golang and sorting package

Search:
  • int slice
  • float64 slice
  • string slice
Reverse:
  • int slice
  • float64 slice
  • string slice
Sort:
  • int slice
  • float64 slice
  • string slice

How to use?

Just explore code. 🍕