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

@@ -34,7 +34,7 @@ import (
//
// BONUS
//
// + Think about when does the append allocates a new backing array.
// + Think about when does the append allocate a new backing array.
//
// + Check whether your conclusions are correct.
//