diff --git a/16-slices/exercises/README.md b/16-slices/exercises/README.md index ecf7bca..92d3df8 100644 --- a/16-slices/exercises/README.md +++ b/16-slices/exercises/README.md @@ -71,6 +71,9 @@ Peek into the internals of the slices and gain more insight. This is necessary f Commonly used and more advanced operations are available to slices. Now, it's time to test yourself and fix some common problems. +★ WARNING ★ +Please update your local copy of the prettyslice package for some examples to work. [Please find the intructions how to do so here](../README.md). + 1. **[Practice Advanced Slice Operations](https://github.com/inancgumus/learngo/tree/master/16-slices/exercises/22-adv-ops-practice)** Let's warm you up for the advanced slice operations, and reinforce your neurons. diff --git a/16-slices/questions/README.md b/16-slices/questions/README.md index 11d067f..f318a0f 100644 --- a/16-slices/questions/README.md +++ b/16-slices/questions/README.md @@ -6,4 +6,12 @@ * [Slicing](3-slicing.md) -* [Backing Array](4-backing-array.md) \ No newline at end of file +* [Backing Array](4-backing-array.md) + +* [Slice Header](5-slice-header.md) + +* [Capacity](6-capacity.md) + +* [The Mechanics of Append](7-mechanics-of-append.md) + +* [Advanced Slice Operations](8-advanced-ops.md) \ No newline at end of file