Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

binary tree

Input: root = [1,2,3,null,5,null,4]
Output: [1,3,4]
Source by leetcode.com #
 
PREVIOUS NEXT
Tagged: #binary #tree
ADD COMMENT
Topic
Name
2+4 =