Sorting Built-in Types in Go

# Introduction The Go programming language provides a built-in package named `sort` that implements sorting for builtins and user-defined types. In this lab, we will focus on sorting for builtins.

|60 : 00

Click the virtual machine below to start practicing