Weird Traversals in Binary Tree
Mar 29, 2023 · 7 min read · Let's have a look at some more traversals which are not that standard but will help you to expand your control over Binary trees. Spiral Traversal In this traversal, we need to print the nodes in a zig-zag format. As you can see in the above example...
Join discussion