Project: Coding a Pretty-printer in C

Опубликовано: 10 Октябрь 2024
на канале: dr Jonas Birch
3,317
209

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