miniam / Algorithms-and-dataStructures

The algorithms and data Structures in most popular programming languages
Apache License 2.0
2 stars 21 forks source link

Functions (in C) for three tree traversals #28

Closed Rajeevveera24 closed 5 years ago

Rajeevveera24 commented 5 years ago

Hi.I have wriiten code for three tree traversals: inorder, preorder, post order in C. I hope you will pull the changes Thanks