2019-10-30 19:41:13 +03:00
..
2019-10-30 19:41:13 +03:00
2019-10-30 19:41:13 +03:00
2019-10-30 19:41:13 +03:00
2019-10-30 19:41:13 +03:00
2019-10-30 19:41:13 +03:00
2019-06-30 17:39:27 +03:00

Pointer Exercises

  1. Basics

    Warm-up and solidify your knowledge of pointers with the basic exercises. This exercise contains 10+ mini exercises in itself.

  2. Swap

    Using funcs, swap the values through pointers, and swap the addresses of pointers. It may be tricky than it sounds.

  3. Fix the Crash

    Fix the crashing program. Another tricky exercise.

  4. Simplify

    Simplify the given code using your knowledge of map, slices, and pointers.

  5. 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.