Insertion involves adding a new node while maintaining the tree's .

In-order traversal is primarily used to visit nodes in order.

In post-order traversal, you visit the current node after its nodes.

Depth-first traversals explore a tree by following a path as deeply as possible before .