Question

Three standards ways of traversing a binary tree T with root R .......

A Prefix, infix, postfix
B Pre-process, in-process, post-process
C Pre-traversal, in-traversal, post-traversal
D Pre-order, in-order, post-order
Answer & Explanation
Option: [D]