Leetcode 671 Second Minimum Node In a Binary Tree
Problem Statement Given a non-empty special binary tree consisting of nodes with the non-negative value, where each node in this tree has exactly two or zero sub-node. If the node has two sub-nodes, then this node’s value is the smaller value among its two… Read More »Leetcode 671 Second Minimum Node In a Binary Tree