Page 1 of 1

What is a threaded binary tree traversal?

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) a binary tree traversal using stacks
b) a binary tree traversal using queues
c) a binary tree traversal using stacks and queues
d) a binary tree traversal without using stacks and queues