Seven Trees in One

Famously, we can take a single binary tree apart into seven such trees, in a one-to-one fashion. Below, you can interactively explore the construction.

I have added colors to help you keep track of the operation of the algorithm: Nodes that you create manually are highlighted in a specific color. Colorless nodes are created during the workings of the algorithm. For more details, see the GitHub page. Enjoy!