1.

In preorder traversal of a binary tree the second step is ____________

A. traverse the right subtree
B. traverse the left subtree
C. traverse right subtree and visit the root
D. visit the root
Answer» C. traverse right subtree and visit the root


Discussion

No Comment Found