Big Data - Machine Learning, Algorithms and Data Structures
little strokes fell great oaks.
Saturday, February 23, 2019
LeetCode 104. Maximum Depth of Binary Tree
Example:
Given binary tree
[3,9,20,null,null,15,7]
,
3 / \ 9 20 / \ 15 7
return its depth = 3.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment