Trees: pre-order, post-order, in-order

0

What are these orders for? I know the order in which each of them follows, but I do not know on which occasions they are used .. I saw in a video where the guy uses the in-order order to show the nodes of a binary tree the displayed values were all sorted, this leads me to think that these are used according to the type of tree, but I'm not sure .. thx

    
asked by anonymous 17.03.2018 / 22:20

0 answers