Tree Traversals - InOrder PreOrder and PostOrder
Tree Traversals - InOrder PreOrder and PostOrder
Tree is a non-linear data structure which organises a data in hierarchial structure. It is basially a colletion of nodes(vertex) and edges.
As trees are Non-linear data structures, so there are different techniques of tree traversals.
In case of Binary Trees,there are three possible ways to traverse a Binary Tree:
SHARE
If you find this useful, please share with your friends and Community.
CODE TOGETHER..GROW TOGETHER.
CODE TOGETHER..GROW TOGETHER.
Newer Posts
Newer Posts
Older Posts
Older Posts
Comments