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