OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.52k stars 3.66k forks source link

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

Open Aryan741x opened 8 months ago

Aryan741x commented 8 months ago

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.

AmitMandhana commented 6 months ago

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