DS-Algo-Point icon indicating copy to clipboard operation
DS-Algo-Point copied to clipboard

Implement Morris Traversal for Preorder Traversal of Binary Tree

Open ShrutiRawal opened this issue 4 years ago • 2 comments

🚀 Feature

Task - Print the preorder traversal of a binary tree in linear time complexity and constant space complexity.

Have you read the Contribution Guidelines?

Yes

Pitch

I want to implement this in Java. Morris Traversal is a common algorithm often evaluated in interviews.

Assignees

@ShrutiRawal - Java

ShrutiRawal avatar Oct 10 '20 14:10 ShrutiRawal

@ShrutiRawal - Java Assigned

sukritishah15 avatar Oct 11 '20 08:10 sukritishah15

Hi, I can do it in C++, Can you assign it to me.

ishuu7 avatar Oct 16 '20 15:10 ishuu7