improve: exercise docs for slices
This commit is contained in:
@ -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.
|
||||
|
@ -6,4 +6,12 @@
|
||||
|
||||
* [Slicing](3-slicing.md)
|
||||
|
||||
* [Backing Array](4-backing-array.md)
|
||||
* [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)
|
Reference in New Issue
Block a user