Vanshikapandey30 / Hacktoberfest2024

It's time to contribute to HacktoberFest 2024 :)
https://hacktoberfest.com
142 stars 752 forks source link

ADD: Morris Traversal #99

Open SatyamThakur0 opened 1 month ago

SatyamThakur0 commented 1 month ago

Morris Traversal is an efficient algorithm for in-order traversal of a binary tree that doesn't require additional space for a stack or recursion. Instead, it temporarily modifies the tree structure to create links between nodes, and at the end it restores the original form of the tree.

@Vanshikapandey30, I hope you will assign me to contribute this code to this repo.

And also, please add the hectoberfest tag.

Satyam-nitp commented 1 month ago

can you assign this to me @Vanshikapandey30