yshshrm / Data-Structures-And-Algorithms-Hacktoberfest18

List of data structures and algorithms. Feel free to contribute under Hacktoberfest '18!
204 stars 1.1k forks source link

Create Morris_traversal_on_binary_tree.cpp #1520

Open vijeta-kumari opened 5 years ago

vijeta-kumari commented 5 years ago

Cpp program to perform Morris Traversal for preorder . Using Morris Traversal, we can traverse the tree without using stack and recursion.