Fundamentals
/
DFS on Trees
⏸
00:00
↻
← Prev
Next →
▶
Question
Given the root of a binary tree, return the maximum value found in the tree using DFS.
▶
Understand
▶
Approach
▶
My Code
▶
Reference Solution
Compare
26