WeBeginners-Community / DocBook

Documentations of Html to every open source technologies. It's a low-code repository
30 stars 54 forks source link

Binary Tree Traversals Using Stacks #175

Closed goyalh4164 closed 1 year ago

goyalh4164 commented 1 year ago

Binary Tree Traversals Using Stacks(Iterative Approach)

This code will help is traversal Binary Tree using the stack without using the recursion and auxiliary stack space of recurison

Fixes: #158

Checklist:

ATTACH SCREEN-SHOTS / DEPLOYMENT LINK

INPUT: image OUTPUT: image

goyalh4164 commented 1 year ago

@Sulagna-Dutta-Roy I Have completed the issue. Kindly Take a review. Thanks