vishal8113 / Hacktoberfest-2024

This repository is waiting for your contribution. If you have not contribute in hacktober fest till now. You can start contributing in open source from here.
3 stars 25 forks source link

Add Binary Tree Problem in cpp #45

Closed AvinashUmrao closed 3 hours ago

AvinashUmrao commented 3 hours ago

This C++ program implements a binary tree using a node class and provides various functionalities, including building the tree from level order input and performing traversals (level-order, inorder, preorder, and postorder). Users can interactively enter values to construct the tree and view the traversals in the console output.

AvinashUmrao commented 3 hours ago

@vishal8113 Please assign this work to me add hactoberfest labels I have created a PR