Question

Which traversal method for a binary tree processes the root node *after* visiting both its left and right subtrees?

A In-order traversal
B Pre-order traversal
C Post-order traversal
D Level-order traversal
E Depth-first traversal
Practice Next

Hey! Ask a query