In preorder traversal of a binary tree the second step is ____________
Posted: Thu Jul 14, 2022 9:05 am
a) traverse the right subtree
b) traverse the left subtree
c) traverse right subtree and visit the root
d) visit the root
b) traverse the left subtree
c) traverse right subtree and visit the root
d) visit the root