Trees in C++

Speaker: Jens Weller

Audience level: [Beginner | Intermediate]

In recent weeks I've been thinking about various things in C++, one thing they have in common is data structures like trees. Which also let me down the rabbit hole of searching the web about trees in C++. So lets have a bit of fun and talk about trees in C++.