refactor: slice exercises 16-21

This commit is contained in:
Inanc Gumus
2019-08-18 15:32:48 +03:00
parent 5d6b493e75
commit 4f60812589
10 changed files with 68 additions and 52 deletions

View File

@ -16,12 +16,12 @@ import (
//
// 1. Sort only the middle 3 items.
//
// 2. All the slices should see your change.
// 2. All the slices should see your changes.
//
//
// RESTRICTION
//
// Do not sort manually. Sort by slicing then by using the sort package.
// Do not sort manually. Sort by using the sort package.
//
//
// EXPECTED OUTPUT