mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 04:31:55 +08:00
Rewrite the article, and code. Create figures.
This commit is contained in:
@ -13,6 +13,7 @@ import java.util.*;
|
||||
*/
|
||||
public class TreeNode {
|
||||
public int val;
|
||||
public int height;
|
||||
public TreeNode left;
|
||||
public TreeNode right;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user