In this episode you will learn how to code a pretty-printer. It's a feature that prints a "graphical" representation of your data structures on the screen. In our case our binary tree.
In this episode you will learn pointers at an advanced level and also structures as well as troubleshooting memory problems. Enjoy.
References: Ep 01 about coding a binary tree
• Project: Coding your own database str...