Binary tree structure in this case.

Imagine a binary tree lying on the floor with nodes as balls and edges
as threads, you are given a pointer to a node. When you pick the tree
from that node up what will be the structure of the tree. You have
gravity changing the structure of the tree.

I need more explanation, Thank you.