Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Level wise traversal of the above binary tree is :
- NODES at level 0 are : 1
- NODES at level 1 are : 2 3
- NODES at level 2 are : 4 5 6
- NODES at level 3 are : 7 8
- NODES at level 4 are : 9 11
- NODES at level 5 are : 10
- Process finished with exit code 0
Add Comment
Please, Sign In to add comment