cosmos icon indicating copy to clipboard operation
cosmos copied to clipboard

Different method of Traversing through a Binary Tree using C++

Open Aryan741x opened this issue 1 year ago • 2 comments

Welcome, Please assign this issue to me as part of Hacktoberfest, sir. I would like to include level order, post order, pre order, and in order traversing technique for a basic B.T.

Aryan741x avatar Oct 12 '23 10:10 Aryan741x

Morris Traversal,Zig Zag Travelsal,Iterative Pre/IN/Post order traversals,level order.

AmitMandhana avatar Dec 03 '23 12:12 AmitMandhana