sam-tripathi / Defeat-JAVA

It is a repositry consisting of java tutorials,projects, Data Structures and Algorithm, Roadmap Questions and Problems with Solution . Building a FREE Resources for java learners
17 stars 61 forks source link

Want to add BinaryTree take input in levelwise and print output levelwise . #137

Closed kfayazuddin closed 1 year ago

kfayazuddin commented 1 year ago

In BinaryTree folder i want to add the problem / question as taking input from user in levelwise order and printing the nodes of tree as well in levelwise format ,using Queue Data structure.

kfayazuddin commented 1 year ago

Thanks @sam-tripathi .