i used the logic of how we print level order in a binary tree
added a stack to store data until i finish a level so that i can get reversed output of level but i aint able to
i know my code doesnt work properly
please help me solve this
https://ide.codingblocks.com/s/45585 // i have added comments for my steps