Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Blankj/awesome-java-leetcode
/ TreeNode
Method
TreeNode
src/com/blankj/structure/TreeNode.java:17–19 ·
view source on GitHub ↗
(int x)
Source
from the content-addressed store, hash-verified
15
public
TreeNode right;
16
17
public
TreeNode(
int
x) {
18
val = x;
19
}
20
21
/**
22
* 创建测试数据
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected