i want to add morris traversal in binary tree #129

Open
opened 2026-01-29 15:05:06 +00:00 by claunia · 0 comments
Owner

Originally created by @kunjgit on GitHub (Oct 20, 2022).

Detailed description

In this traversal, we first create links to Inorder successor and print the data using these links, and finally revert the changes to restore original tree.

Context

it is really important to know it because it has asked in many interviews

Possible implementation

No response

Additional information

No response

Originally created by @kunjgit on GitHub (Oct 20, 2022). ### Detailed description In this traversal, we first create links to Inorder successor and print the data using these links, and finally revert the changes to restore original tree. ### Context it is really important to know it because it has asked in many interviews ### Possible implementation _No response_ ### Additional information _No response_
claunia added the Staleenhancement labels 2026-01-29 15:05:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#129