saurabh47 / Data-structures-and-algorithms

Popular coding questions solution for interview preparation
MIT License
13 stars 8 forks source link

Implement Tree Traversal Algorithms #5

Closed maheshj01 closed 3 years ago

maheshj01 commented 3 years ago

Missing: Tree Traversals (Inorder, Preorder and Postorder) implementation

more on tree traversal can be found here:https://en.wikipedia.org/wiki/Tree_traversal#Types

MansiAyer commented 3 years ago

hi, may I take up this issue?

saurabh47 commented 3 years ago

@MansiAyer yes,Implement all the Tree Traversals & send pull request

MansiAyer commented 3 years ago

👍