Practice Problem
Populating Next Right Pointers II
Difficulty: Medium
Given a binary tree, populate each node's next pointer to point to its next right node. If there is no next right node, set it to null.
Practice Problem
Difficulty: Medium
Given a binary tree, populate each node's next pointer to point to its next right node. If there is no next right node, set it to null.