Leetcode 簡單二十七 二叉樹的最小深度

二叉樹的最小深度: php: 28ms。遞歸。 /** * Definition for a binary tree node. * class TreeNode { * public $val = null; * public $left = null; * public $right = null; * function __construct($v
相關文章
相關標籤/搜索