I know the definitions of :
- Pre order travesral
- In order traversal
- Post order traversal
But I would like to know what are the most common uses cases of all the above three different types of traversal for a BST(Binary search tree) .
I know the definitions of :
But I would like to know what are the most common uses cases of all the above three different types of traversal for a BST(Binary search tree) .