leetcode icon indicating copy to clipboard operation
leetcode copied to clipboard

Update 0104-maximum-depth-of-binary-tree.cpp

Open vpsh98 opened this issue 1 year ago • 0 comments

added more solutions - recursive dfs, dfs stack inorder, dfs stack preorder, bfs queue level order.

  • File(s) Modified: 0104-maximum-depth-of-binary-tree.cpp
  • Language(s) Used: cpp
  • Submission URL: https://leetcode.com/problems/maximum-depth-of-binary-tree/submissions/1208901422

Important

Please make sure the file name is lowercase and a duplicate file does not already exist before merging.

vpsh98 avatar Mar 21 '24 15:03 vpsh98