Vanshikapandey30 / Hacktoberfest2024

It's time to contribute to HacktoberFest 2024 :)
https://hacktoberfest.com
143 stars 752 forks source link

Tree #73

Closed SumitDutta007 closed 1 month ago

SumitDutta007 commented 1 month ago

In this code for Tree data structure, we traverse through the tree using BFS( Breadth First Search) and DFS( Depth First Search ) approach using both recursive and iterative approach using stack and queue .