awesome-java-leetcode
awesome-java-leetcode copied to clipboard
树的打印函数好像对null处理有点问题,麻烦大佬帮看下
例如Leetcode94题,输入: [1,null,2,3],调用TreeNode.print( )函数,3会丢失