Computer Science, asked by lijumgeyi7820, 1 year ago

Explain the concept of Level order Binary tree traversal?

Answers

Answered by krishtina25
0
Level Order Tree Traversal

Level order traversal of a tree is breadth first traversal for the tree.



Level order traversal of the above tree is 1 2 3 4 5

Attachments:
Similar questions