dexterpuru / leetcode_java

Archive for Leetcode solutions in Java
Creative Commons Zero v1.0 Universal
4 stars 15 forks source link

Add Solution for "Maximum Depth of N-ary Tree" #43

Closed ushachengan closed 4 years ago

ushachengan commented 4 years ago

Depth-first Search https://leetcode.com/problems/maximum-depth-of-n-ary-tree/

dexterpuru commented 4 years ago

@ushachengan you are good to go 👍

dexterpuru commented 4 years ago

@ushachengan please also star the repo, it helps in increasing the reach of this directory to more open source contributors.

ushachengan commented 4 years ago

done! Thanks @dexterpuru

ushachengan commented 4 years ago

Hi @dexterpuru, Please review the PR https://github.com/dexterpuru/leetcode_java/pull/52

thanks.