Pointer Exercises
- 
Warm-up and solidify your knowledge of pointers with the basic exercises. This exercise contains 10+ mini exercises in itself.
 - 
Using funcs, swap the values through pointers, and swap the addresses of pointers. It may be tricky than it sounds.
 - 
Fix the crashing program. Another tricky exercise.
 - 
Simplify the given code using your knowledge of map, slices, and pointers.
 - 
Rewrite the Log Parser program using pointers
You've watched the lecture. Now, try to rewrite the same log parser program using pointers on your own.