aayush26 / leetcode

Solution for problems in leetcode.com
BSD 2-Clause "Simplified" License
3 stars 19 forks source link

Solution for n-ary-tree-level-order-traversal (DFS) #13

Open codebymani opened 4 years ago

codebymani commented 4 years ago

Issue #11

aayush26 commented 4 years ago

Thanks for sending out PR. Since you have implemented with dfs, please follow the detailed instructions on how to contribute to this repo: https://github.com/aayush26/leetcode/blob/master/README.md#how-to-contribute

Please send out new revision accordingly.