mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-22 15:53:50 +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