Trees

Practice Questions

Computer Science › Trees

Questions
2
1

On a standard binary tree, what would the data structure look like if we inserted the following names into the tree, supposing that names are compared in a standard lexicographic order:

Isaac, Henrietta, Nigel, Buford, Jethro, Cletus

2

POST-ORDER TRAVERSAL

GIVEN THE FOLLOWING TREE:

Blank flowchart   new page  1

WHAT IS THE RESULT OF A POST ORDER TRAVERSAL?

Return to subject